Skip to content

Commit

Permalink
improve core
Browse files Browse the repository at this point in the history
  • Loading branch information
hadipourh committed Nov 28, 2021
1 parent 08e587a commit fec7a88
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions core/inputparser.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 70,8 @@ def read_relation_file(path, preprocess=1, D=2, log=0):
except IOError:
print(macaulay_basis_file ' is not accessible!')
sys.exit()
# algebraic_relations = '\n' groebner_basis
algebraic_relations = groebner_basis
algebraic_relations = '\n' groebner_basis
# algebraic_relations = groebner_basis
if connection_relations == '':
connection_relations = algebraic_relations_to_connection_relations(algebraic_relations.split('\n'))
else:
Expand Down

0 comments on commit fec7a88

Please sign in to comment.