-
Notifications
You must be signed in to change notification settings - Fork 31
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
refactoring provonerdf and uncomment test_experiment #105
base: master
Are you sure you want to change the base?
Conversation
nidm/core/provone.py
Outdated
|
||
PROVONE_REC_CLS.update(PROV_REC_CLS) | ||
|
||
# PROV_REC_CLS.update({ |
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.
remove commented lines
nidm/core/provone.py
Outdated
PROV_COMMUNICATION: Communication, | ||
PROV_DERIVATION: Derivation, | ||
PROV_GENERATION: Generation, | ||
# PROV_ATTRIBUTION: Attribution, |
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.
since git tracks code, better to remove than comment.
@@ -84,6 +84,6 @@ def main(argv): | |||
main(sys.argv[1:]) | |||
|
|||
# very simple test, just checking if main doesnt give any error | |||
# def test_main(): | |||
# main(sys.argv[1:]) | |||
def test_main(): |
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.
why is this PR touching the test_experiment file?
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.
I uncommented the tests there, which I had previously commented out.
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.
merge down PyNIDM master
merge down master to provone
No description provided.