Skip to content

Commit

Permalink
Release 0.3.5. Fixed a few more final details.
Browse files Browse the repository at this point in the history
  • Loading branch information
johanzietsman-em committed Mar 13, 2017
1 parent 890b334 commit d96c9ac
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions auxi/core/objects.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,6 @@ def read(path):
with open(path, 'r') as file:
s = file.read()
result = jsonpickle.decode(s)
# print(type(result), dir(result))
# if '_init' in dir(result):
result._init()
return result

Expand Down
2 changes: 0 additions & 2 deletions auxi/tools/chemistry/thermochemistry.py
Original file line number Diff line number Diff line change
Expand Up @@ -757,8 +757,6 @@ def load_data_auxi(path=''):
files = glob.glob(os.path.join(path, 'Compound_*.json'))

for file in files:
# compound = Compound(_read_compound_from_auxi_file_(file))
print(file)
compound = Compound.read(file)
compounds[compound.formula] = compound

Expand Down

0 comments on commit d96c9ac

Please sign in to comment.