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 7ddde6b commit 5035080
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 @@ -406,7 +406,7 @@ def read_relation_file(path, temp_dir, preprocess=1, D=2, log=0):
with open(algebraic_equations_file, 'w') as equations_file:
equations_file.write(algebraic_relations)
starting_time = time.time()
macaulay_basis_file = os.path.join(temp_dir, 'macaulay_basis_%d.txt' % rnd_string_tmp)
macaulay_basis_file = os.path.join(temp_dir, 'macaulay_basis_%s.txt' % rnd_string_tmp)
print('Preprocessing phase was started - %s' % datetime.now())
macaulay = Macaulay(inputfile=algebraic_equations_file,
outputfile=macaulay_basis_file,
Expand Down

0 comments on commit 5035080

Please sign in to comment.