Skip to content

Commit

Permalink
removing prints
Browse files Browse the repository at this point in the history
  • Loading branch information
dachafra committed Jun 7, 2024
1 parent b48127f commit fdc7f05
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions test/r2rml/INVERSETC-0005/test_inversetc0005.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,6 @@ def test_inversetc0005():
translated_mapping = yaml.load(str(yatter.inverse_translation(mapping_path, mapping_format=R2RML_URI)))

ddiff = DeepDiff(expected_mapping['mappings'], translated_mapping['mappings'], ignore_order=True)
print(expected_mapping['mappings'])
print(translated_mapping['mappings'])
if ddiff:
assert False
else:
Expand Down

0 comments on commit fdc7f05

Please sign in to comment.