-
Notifications
You must be signed in to change notification settings - Fork 11
Fix roi_info saving in project and save #241
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
Conversation
Codecov Report
@@ Coverage Diff @@
## develop #241 +/- ##
===========================================
+ Coverage 67.69% 67.94% +0.24%
===========================================
Files 139 139
Lines 16739 16750 +11
===========================================
+ Hits 11332 11380 +48
+ Misses 5407 5370 -37
Continue to review full report at Codecov.
|
This pull request fixes 1 alert when merging 153cdf3 into 8200e6e - view on LGTM.com fixed alerts:
|
This pull request fixes 1 alert when merging 54f0f4a into 8200e6e - view on LGTM.com fixed alerts:
|
This pull request fixes 1 alert when merging a3c0f7b into 8200e6e - view on LGTM.com fixed alerts:
|
This pull request fixes 1 alert when merging 9c7ee45 into 8200e6e - view on LGTM.com fixed alerts:
|
This pull request fixes 1 alert when merging ba6c67d into 8200e6e - view on LGTM.com fixed alerts:
|
This pull request introduces 1 alert and fixes 1 when merging 993dcc9 into 8200e6e - view on LGTM.com new alerts:
fixed alerts:
|
This pull request introduces 1 alert and fixes 1 when merging a2e53c8 into 8200e6e - view on LGTM.com new alerts:
fixed alerts:
|
Sourcery Code Quality Report❌ Merging this PR will decrease code quality in the affected files by 0.07%.
Here are some functions in these files that still need a tune-up:
Legend and ExplanationThe emojis denote the absolute quality of the code:
The 👍 and 👎 indicate whether the quality has improved or gotten worse with this pull request. Please see our documentation here for details on how these metrics are calculated. We are actively working on this report - lots more documentation and extra metrics to come! Let us know what you think of it by mentioning @sourcery-ai in a comment. |
This pull request fixes 1 alert when merging bcc9998 into 8200e6e - view on LGTM.com fixed alerts:
|
This PR adds saving whole
ROInfo
in history, removes duplicatedroi
information from ProjectInfo (it is stored insideroi_info
parameter.