Skip to content

Commit

Permalink
prevent print
Browse files Browse the repository at this point in the history
  • Loading branch information
srmnitc committed Feb 13, 2024
1 parent 4e0b0b6 commit 35769f7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions examples/02_grain_boundaries.ipynb

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion pyscal_rdf/network/network.py
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ def create_query(self, source, destinations, condition=None, enforce_types=True)
#now add corresponding triples
for destination in destination_names:
for triple in all_triplets[destination]:
print(triple)
#print(triple)
query.append(" ?%s %s ?%s ."%(self.strip_name(triple[0]),
triple[1],
self.strip_name(triple[2])))
Expand Down

0 comments on commit 35769f7

Please sign in to comment.