-
Notifications
You must be signed in to change notification settings - Fork 2
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
Enh/neuropixels improvements #47
Enh/neuropixels improvements #47
Conversation
) | ||
|
||
|
||
class TestOpenEphysRigEtlModificationDateUpdate(unittest.TestCase): |
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.
rather than making a new module and class, you can put these unit tests in the test_open_ephys_rig module
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.
Addressed here:
d3a041f
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.
Everything looks good, just move the unit tests into the TestOpenEphysRigEtl class in test_open_ephys_rig.py. We're trying to have 1:1 correspondence between test modules and code modules.
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.
We can re-organize the tests in a future PR
I made the changes that @mekhlakapoor and @dyf requested. |
Changes the open ephys etl to not update modification date and rig_id if the model doesnt change.