Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mjohnson541 committed Oct 15, 2024
1 parent 18fa879 commit ce4eafa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pynta/tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -1258,7 +1258,7 @@ def run_task(self, fw_spec):
calculation_directories.append(os.path.split(init_path)[0])
json_out = {"adjlist": config.to_adjacency_list(), "isolated_xyz": admol_path}
with open(os.path.join(os.path.split(init_path)[0],'info.json'),'w') as f:
json.dump(json_out)
json.dump(json_out,f)

if not any(bd.get_order_str() == 'R' for bd in config.get_all_edges()):
fwopt = optimize_firework(init_path,
Expand Down

0 comments on commit ce4eafa

Please sign in to comment.