Skip to content

Commit

Permalink
Updated the notebooks.
Browse files Browse the repository at this point in the history
  • Loading branch information
[email protected] authored and [email protected] committed Oct 2, 2024
1 parent 9701dfa commit 0d9a40c
Show file tree
Hide file tree
Showing 3 changed files with 67 additions and 61 deletions.
2 changes: 1 addition & 1 deletion doc/MODEL_CONFIG.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ Once the model is trained, one can run the model by executing the following code
from jax_canveg import load_model

# Configuration file location
f_config = "./examples/US-Bi1/test-model/configs.json"
f_configs = "./examples/US-Bi1/test-model/configs.json"

# Load the model, forcings, and observations
model, met_train, met_test, obs_train, obs_test = load_model(f_configs)
Expand Down
19 changes: 11 additions & 8 deletions examples/SensitivityAnalysis.ipynb

Large diffs are not rendered by default.

107 changes: 55 additions & 52 deletions examples/TrainingAnalysis.ipynb

Large diffs are not rendered by default.

0 comments on commit 0d9a40c

Please sign in to comment.