Skip to content

Commit

Permalink
Merge pull request #51 from INCATools/experiment
Browse files Browse the repository at this point in the history
moving kgcl folder back to root to preserve attribution
  • Loading branch information
cmungall authored Jul 6, 2022
2 parents 87cf44e + 8e178e1 commit c0662d0
Show file tree
Hide file tree
Showing 41 changed files with 2 additions and 2 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
4 changes: 2 additions & 2 deletions tests/test_model/test_conversion.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@ def test_convert(self):
ofn = os.path.join(OUTPUT_DIR, "test.json")
with open(ofn, "w") as stream:
stream.write(json)
with open(os.path.join(OUTPUT_DIR, "test.jsonld"), "w") as stream:
stream.write(to_jsonld(session))
#with open(os.path.join(OUTPUT_DIR, "test.jsonld"), "w") as stream:
# stream.write(to_jsonld(session))
with open(os.path.join(OUTPUT_DIR, "test.rdf"), "w") as stream:
stream.write(to_rdf(session, {'uuid': 'http://example.org/uuid/'}))

0 comments on commit c0662d0

Please sign in to comment.