Skip to content

Commit

Permalink
small fix
Browse files Browse the repository at this point in the history
Juan Manuel Parrilla committed Jan 17, 2022
1 parent 9f0cc62 commit 26ea934
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bin/optimisers/cage_hg_split_esp.py
Original file line number Diff line number Diff line change
@@ -154,7 +154,7 @@ def split_host_esp(host_esp):
if j % 20 == 0:
with open(RUN_FOLDER+'cage_esp_optimizedED'+slr+'.p', 'wb') as file:
pickle.dump(eds, file)
with open(RUN_FOLDER+'cage_esp_optimizedED'+slr+'.p', 'wb') as file:
with open(RUN_FOLDER+'cage_esp_optimizedESP'+slr+'.p', 'wb') as file:
pickle.dump(esps, file)

with open(RUN_FOLDER+'cage_esp_optimized_final_ED.p', 'wb') as file:
2 changes: 1 addition & 1 deletion environment.yml
Original file line number Diff line number Diff line change
@@ -19,5 +19,5 @@ dependencies:
- mayavi
- pip
- pip:
- tensorflow==2.5.0
- tensorflow==2.7.0

0 comments on commit 26ea934

Please sign in to comment.