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

refactoring provonerdf and uncomment test_experiment #105

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

sanuann
Copy link
Contributor

@sanuann sanuann commented Aug 23, 2018

No description provided.


PROVONE_REC_CLS.update(PROV_REC_CLS)

# PROV_REC_CLS.update({
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

remove commented lines

PROV_COMMUNICATION: Communication,
PROV_DERIVATION: Derivation,
PROV_GENERATION: Generation,
# PROV_ATTRIBUTION: Attribution,
Copy link
Contributor

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():
Copy link
Contributor

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?

Copy link
Contributor Author

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.

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@sanuann - you're working on quite old version, I've already uncommented this test and started skipping test_provone in #88.
Yo should merge master first.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants