Skip to content

Commit

Permalink
Default to fast method in example
Browse files Browse the repository at this point in the history
  • Loading branch information
colinoflynn committed Feb 19, 2020
1 parent 7e71297 commit 5d44fd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ballisticgel/ballisticgel.py
Original file line number Diff line number Diff line change
Expand Up @@ -310,7 +310,7 @@ def raw_test_compare(self):
#savefile = 'error_locations.bin'

#Raw method is slower but more flexible
use_raw_method = True
use_raw_method = False

print("Settings: ")
print(" Using slow (raw) mode : " + str(use_raw_method))
Expand Down

0 comments on commit 5d44fd7

Please sign in to comment.