Skip to content

Commit

Permalink
Modified save_ensemble_object
Browse files Browse the repository at this point in the history
  • Loading branch information
jerome servonnat committed Sep 1, 2023
1 parent f2261b3 commit 476ede6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion climaf/functions.py
Original file line number Diff line number Diff line change
Expand Up @@ -904,7 +904,7 @@ def save_ensemble_object(ens, outfilename = 'ensemble_object.json'):
with open(outfilename, "w") as outfile:
json.dump(save_json_dict, outfile)
print('Saved ensemble object in : '+outfilename)
print('Use load_ensemble_object to load it back as a CliMAF ensemble')
print('Use load_ensemble_object("'+outfilename+'") to load it back as a CliMAF ensemble')


def load_ensemble_object(filename):
Expand Down

0 comments on commit 476ede6

Please sign in to comment.