Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refactor code architecture #27

Merged
merged 91 commits into from
Mar 10, 2024

tests: add test for base peak

5af8dc2
Select commit
Loading
Failed to load commit list.
Merged

Refactor code architecture #27

tests: add test for base peak
5af8dc2
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch succeeded Mar 10, 2024 in 1s

79.73% of diff hit (target 75.52%)

View this Pull Request on Codecov

79.73% of diff hit (target 75.52%)

Annotations

Check warning on line 22 in src/raman_fitting/__init__.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/raman_fitting/__init__.py#L22

Added line #L22 was not covered by tests

Check warning on line 24 in src/raman_fitting/__init__.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/raman_fitting/__init__.py#L24

Added line #L24 was not covered by tests

Check warning on line 34 in src/raman_fitting/__init__.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/raman_fitting/__init__.py#L34

Added line #L34 was not covered by tests

Check warning on line 12 in src/raman_fitting/config/default_models/__init__.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/raman_fitting/config/default_models/__init__.py#L12

Added line #L12 was not covered by tests

Check warning on line 30 in src/raman_fitting/config/filepath_helper.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/raman_fitting/config/filepath_helper.py#L26-L30

Added lines #L26 - L30 were not covered by tests

Check warning on line 34 in src/raman_fitting/config/filepath_helper.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/raman_fitting/config/filepath_helper.py#L33-L34

Added lines #L33 - L34 were not covered by tests

Check warning on line 37 in src/raman_fitting/config/filepath_helper.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/raman_fitting/config/filepath_helper.py#L36-L37

Added lines #L36 - L37 were not covered by tests

Check warning on line 45 in src/raman_fitting/config/filepath_helper.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/raman_fitting/config/filepath_helper.py#L40-L45

Added lines #L40 - L45 were not covered by tests

Check warning on line 48 in src/raman_fitting/config/filepath_helper.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/raman_fitting/config/filepath_helper.py#L47-L48

Added lines #L47 - L48 were not covered by tests

Check warning on line 98 in src/raman_fitting/config/path_settings.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/raman_fitting/config/path_settings.py#L98

Added line #L98 was not covered by tests

Check warning on line 93 in src/raman_fitting/delegating/main_delegator.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/raman_fitting/delegating/main_delegator.py#L93

Added line #L93 was not covered by tests

Check warning on line 117 in src/raman_fitting/delegating/main_delegator.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/raman_fitting/delegating/main_delegator.py#L113-L117

Added lines #L113 - L117 were not covered by tests

Check warning on line 119 in src/raman_fitting/delegating/main_delegator.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/raman_fitting/delegating/main_delegator.py#L119

Added line #L119 was not covered by tests

Check warning on line 133 in src/raman_fitting/delegating/main_delegator.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/raman_fitting/delegating/main_delegator.py#L133

Added line #L133 was not covered by tests

Check warning on line 135 in src/raman_fitting/delegating/main_delegator.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/raman_fitting/delegating/main_delegator.py#L135

Added line #L135 was not covered by tests

Check warning on line 151 in src/raman_fitting/delegating/main_delegator.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/raman_fitting/delegating/main_delegator.py#L147-L151

Added lines #L147 - L151 were not covered by tests

Check warning on line 173 in src/raman_fitting/delegating/main_delegator.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/raman_fitting/delegating/main_delegator.py#L171-L173

Added lines #L171 - L173 were not covered by tests

Check warning on line 178 in src/raman_fitting/delegating/main_delegator.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/raman_fitting/delegating/main_delegator.py#L176-L178

Added lines #L176 - L178 were not covered by tests

Check warning on line 184 in src/raman_fitting/delegating/main_delegator.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/raman_fitting/delegating/main_delegator.py#L183-L184

Added lines #L183 - L184 were not covered by tests

Check warning on line 189 in src/raman_fitting/delegating/main_delegator.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/raman_fitting/delegating/main_delegator.py#L189

Added line #L189 was not covered by tests

Check warning on line 192 in src/raman_fitting/delegating/main_delegator.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/raman_fitting/delegating/main_delegator.py#L192

Added line #L192 was not covered by tests

Check warning on line 34 in src/raman_fitting/delegating/pre_processing.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/raman_fitting/delegating/pre_processing.py#L34

Added line #L34 was not covered by tests

Check warning on line 37 in src/raman_fitting/delegating/pre_processing.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/raman_fitting/delegating/pre_processing.py#L37

Added line #L37 was not covered by tests

Check warning on line 15 in src/raman_fitting/delegating/run_fit_multi.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/raman_fitting/delegating/run_fit_multi.py#L11-L15

Added lines #L11 - L15 were not covered by tests

Check warning on line 19 in src/raman_fitting/delegating/run_fit_multi.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/raman_fitting/delegating/run_fit_multi.py#L17-L19

Added lines #L17 - L19 were not covered by tests