-
Notifications
You must be signed in to change notification settings - Fork 1
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
Implement placeholders for dummy estimators/summarizers #49
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #49 +/- ##
==========================================
+ Coverage 96.71% 97.12% +0.41%
==========================================
Files 32 32
Lines 1642 1671 +29
==========================================
+ Hits 1588 1623 +35
+ Misses 54 48 -6
☔ View full report in Codecov by Sentry. |
config_options = RailStage.config_options.copy() | ||
config_options.update(hdf5_groupname=str, save_train=True) |
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.
This line doesn't seem to be required - all the subsequent logic is configured to check first for the presence of hdf5_groupname
and save_train
prior to working with either of those.
…ified base classes: `informer.py` and `summarizer.py`.
0c1f22a
to
1bc1c14
Compare
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.
Looks great, thanks Drew.
Implementing placeholders for the following dummy estimators/summarizers: