-
Notifications
You must be signed in to change notification settings - Fork 5
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
Feature/pepys config file #202
Conversation
…e/pepys_config_file # Conflicts: # pepys_import/file/file_processor.py
…eck local importers
Codecov Report
@@ Coverage Diff @@
## develop #202 +/- ##
===========================================
+ Coverage 96.39% 96.43% +0.04%
===========================================
Files 77 83 +6
Lines 6125 6319 +194
===========================================
+ Hits 5904 6094 +190
- Misses 221 225 +4
Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good piece of work, thanks @BarisSari
Fixes #195.
Fixes #119.
Fixes #203.
Fixes #189.
Note: There was an error on moving files when we pass
descending=False
toFile Processor
. This PR also fixes it and therefore, adds patches to some old tests.