We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Currently, we have:
[ Info: ########################################## Reproducibility tests | ┌───────────────┬──────────────────────────────────┬────────────┬─────┬────────┐ | │ Source │ Variable │ Data scale │ MSE │ Status │ | ├───────────────┼──────────────────────────────────┼────────────┼─────┼────────┤ | │ computed │ (:c, :ρq_tot) │ skipped │ │ │ | │ computed │ (:c, :ρe_tot) │ skipped │ │ │ | │ computed │ (:c, :uₕ, :components, :data, 1) │ skipped │ │ │ | │ computed │ (:f, :u₃, :components, :data, 1) │ skipped │ │ │ | │ computed │ (:c, :ρ) │ skipped │ │ │ | │ computed │ (:c, :uₕ, :components, :data, 2) │ skipped │ │ │ | │ output_active │ (:c, :ρq_tot) │ 0.0 │ 0.0 │ 🟢 │ | │ output_active │ (:c, :ρe_tot) │ 0.0 │ 0.0 │ 🟢 │ | │ output_active │ (:c, :uₕ, :components, :data, 1) │ 0.0 │ 0.0 │ 🟢 │ | │ output_active │ (:f, :u₃, :components, :data, 1) │ 0.0 │ 0.0 │ 🟢 │ | │ output_active │ (:c, :ρ) │ 0.0 │ 0.0 │ 🟢 │ | │ output_active │ (:c, :uₕ, :components, :data, 2) │ 0.0 │ 0.0 │ 🟢 │ | └───────────────┴──────────────────────────────────┴────────────┴─────┴────────┘
and the output_active should be a commit hash, found from the path. Some of these improvements can be moved to ClimaReproducibilityTests.jl
output_active
The text was updated successfully, but these errors were encountered:
We should export the data scales, so that we can include them (they're currently not included in the mse dict).
Sorry, something went wrong.
No branches or pull requests
Currently, we have:
and the
output_active
should be a commit hash, found from the path. Some of these improvements can be moved to ClimaReproducibilityTests.jlThe text was updated successfully, but these errors were encountered: