Skip to content

Commit

Permalink
Small fix
Browse files Browse the repository at this point in the history
  • Loading branch information
JordiBolibar committed May 9, 2020
1 parent dcd9c8b commit 4029464
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions code/glacier_evolution.py
Original file line number Diff line number Diff line change
Expand Up @@ -314,9 +314,9 @@ def make_ensemble_simulation(ensemble_SMB_models, x_ann, batch_size, glimsID, gl
SMB_ensemble_members = ensemble_SMB_models['full']
print("\nFull ensemble models")
else:
SMB_ensemble_members = ensemble_SMB_models['CV']
CV_ensemble = True
print("\nCross-validation ensemble models")
SMB_ensemble_members = ensemble_SMB_models['CV']
CV_ensemble = True
print("\nCross-validation ensemble models")

# We iterate the previously loaded ensemble models
for ensemble_model in SMB_ensemble_members:
Expand Down

0 comments on commit 4029464

Please sign in to comment.