You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The following path configuration is quite misleading. The code seems to ask user to give the correct path to unzipped demo folder and then everything would work.
The following path configuration is quite misleading. The code seems to ask user to give the correct path to unzipped
demo
folder and then everything would work.ewatercycle-hype/docs/model.ipynb
Lines 57 to 62 in 1f7599e
But this will end up with an error in the next cell:
Actually, user also needs to change
config="info.txt"
toconfig=parameter_set_dir + "info.txt"
. It is necessary to make it clear.The text was updated successfully, but these errors were encountered: