Skip to content

Commit

Permalink
fix error in example
Browse files Browse the repository at this point in the history
  • Loading branch information
austinhoag committed Sep 29, 2022
1 parent 6781c09 commit b20a249
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/GPA_tutorial/createSpec.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,6 @@
metadata_pth=metadata_pth,
constraint_strs=constraint_strs,
deltas=deltas,
save_dir=save_base_dir,
save_dir=save_dir,
save=True,
verbose=True)

0 comments on commit b20a249

Please sign in to comment.