Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for Distributed.jl workers #120

Merged
merged 3 commits into from
Dec 17, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
max_attempts: 2
timeout_minutes: 10
command: |
julia --color=yes --project=test -e 'using Pkg; Pkg.instantiate()'
julia --color=yes --project=test -e 'using Pkg; Pkg.develop(;path="."); Pkg.instantiate()'
julia --project=test -e 'using Conda; Conda.add("scipy=1.14.1"); Conda.add("scikit-learn=1.5.1")'
env:
PYTHON: ""
Expand Down
3 changes: 1 addition & 2 deletions docs/src/api.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@
## Model Interface

```@docs
ClimaCalibrate.set_up_forward_model
ClimaCalibrate.run_forward_model
ClimaCalibrate.forward_model
ClimaCalibrate.observation_map
```

Expand Down
2 changes: 1 addition & 1 deletion docs/src/atmos_setup_guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ Example YAML file:
```
output_dir: output/sphere_held_suarez_rhoe_equilmoist
prior: prior.toml
ensemble_size: 10
ensemble_size: 20
n_iterations: 3
observations: obs_mean.jld2
noise: obs_noise_cov.jld2
Expand Down
Loading
Loading