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

[MNT] Fixing several problems #7

Merged
merged 6 commits into from
Jun 1, 2024
Merged

[MNT] Fixing several problems #7

merged 6 commits into from
Jun 1, 2024

Conversation

victormvy
Copy link
Contributor

Several problems have been fixed:

  • get_row_from_result was throwing an error when an empty numpy array was provided. The check has been improved.
  • ResultData type annotations and docstring have been updated to include the list type for several parameters.
  • ResultSet.save() method now removes the pickle file if it fails after saving it.

@victormvy victormvy added the maintenance Continuous integration, unit testing & package distribution label Jun 1, 2024
@victormvy victormvy self-assigned this Jun 1, 2024
Copy link

codecov bot commented Jun 1, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 100.00%. Comparing base (7eec11e) to head (fd97cb3).
Report is 4 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff            @@
##              main        #7   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           13        13           
  Lines          399       400    +1     
=========================================
+ Hits           399       400    +1     

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

@victormvy victormvy merged commit 5a49dee into main Jun 1, 2024
4 checks passed
@victormvy victormvy deleted the hotfix branch June 1, 2024 13:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
maintenance Continuous integration, unit testing & package distribution
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant