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

Added assign_frequency_scale_factor() to Level #750

Merged
merged 12 commits into from
Jul 27, 2024
Merged

Added assign_frequency_scale_factor() to Level #750

merged 12 commits into from
Jul 27, 2024

Conversation

alongd
Copy link
Member

@alongd alongd commented Jun 27, 2024

Added the data as a YAML file, the respective functionality, and tests

@alongd alongd requested a review from kfir4444 June 27, 2024 20:20
@alongd alongd force-pushed the freq_factors branch 4 times, most recently from 453dc04 to 8d57f9d Compare June 28, 2024 16:29
Copy link

codecov bot commented Jun 28, 2024

Codecov Report

Attention: Patch coverage is 93.54839% with 4 lines in your changes missing coverage. Please review.

Project coverage is 73.74%. Comparing base (08e7e93) to head (6109395).

Files Patch % Lines
arc/level.py 63.63% 3 Missing and 1 partial ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #750      +/-   ##
==========================================
+ Coverage   73.71%   73.74%   +0.02%     
==========================================
  Files          99       99              
  Lines       27454    27472      +18     
  Branches     5783     5781       -2     
==========================================
+ Hits        20238    20259      +21     
  Misses       5765     5765              
+ Partials     1451     1448       -3     
Flag Coverage Δ
unittests 73.74% <93.54%> (+0.02%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

arc/main.py Outdated
@@ -37,7 +36,7 @@
)
from arc.exceptions import InputError, SettingsError, SpeciesError
from arc.imports import settings
from arc.level import Level
from arc.level import Level,assign_frequency_scale_factor
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

missing space

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@kfir4444, thanks - fixed

Copy link
Member

@JintaoWu98 JintaoWu98 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@alongd alongd merged commit df19d8f into main Jul 27, 2024
7 checks passed
@alongd alongd deleted the freq_factors branch July 27, 2024 10:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants