Skip to content

Commit

Permalink
debug groebner basis module
Browse files Browse the repository at this point in the history
  • Loading branch information
hadipourh committed Jul 21, 2024
1 parent 5035080 commit 87df179
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/gdgroebner.py
Original file line number Diff line number Diff line change
Expand Up @@ -417,7 +417,7 @@ def read_relation_file(path, temp_dir, preprocess=1, D=2, log=0):
elapsed_time = time.time() - starting_time
print('Preprocessing phase was finished after %0.4f seconds' % elapsed_time)
try:
with open(macaulay_basis__file, 'r') as groebner_basis_file:
with open(macaulay_basis_file, 'r') as groebner_basis_file:
groebner_basis = groebner_basis_file.read()
except IOError:
print(macaulay_basis_file + ' is not accessible!')
Expand Down

0 comments on commit 87df179

Please sign in to comment.