Skip to content

Commit

Permalink
Re-enabled RGF test with a different SDFG saved file name
Browse files Browse the repository at this point in the history
  • Loading branch information
tbennun committed Oct 21, 2019
1 parent 440cbc7 commit 186a0eb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -173,3 +173,5 @@ _dotgraphs/
client_configs/

perfdata-dir/

rgf_dense_saved.sdfg
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ def rgf_dense(
print("=== Drawing dot Files ===")
sdfg.draw_to_file('rgf_dense.dot')
print("=== Saving SDFG ===")
sdfg.save('rgf_dense.sdfg')
sdfg.save('rgf_dense_saved.sdfg')
print("=== Compiling ===")
# sdfg = dace.SDFG.from_file('rgf_dense.sdfg')
sdfg.compile()

0 comments on commit 186a0eb

Please sign in to comment.