Skip to content

Commit

Permalink
Try #195:
Browse files Browse the repository at this point in the history
  • Loading branch information
bors[bot] authored Aug 30, 2023
2 parents 268baf1 + 21a65f7 commit 2989b47
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "CloudMicrophysics"
uuid = "6a9e3e04-43cd-43ba-94b9-e8782df3c71b"
authors = ["Climate Modeling Alliance"]
version = "0.13.0"
version = "0.13.1"

[deps]
CLIMAParameters = "6eacf6c3-8458-43b9-ae03-caf5306d3d53"
Expand All @@ -13,11 +13,11 @@ SpecialFunctions = "276daf66-3868-5448-9aa4-cd146d93841b"
Thermodynamics = "b60c26fb-14c3-4610-9d3e-2d17fe7ff00c"

[compat]
CLIMAParameters = "0.7.12"
CLIMAParameters = "0.7.14"
DocStringExtensions = "0.8, 0.9"
ForwardDiff = "0.10"
KernelAbstractions = "0.8, 0.9"
NonlinearSolve = "1.8"
SpecialFunctions = "1, 2"
Thermodynamics = "0.9, 0.10"
Thermodynamics = "0.9, 0.10, 0.11"
julia = "1.9"
2 changes: 1 addition & 1 deletion test/performance_tests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ function benchmark_test(FT)
bench_press(
HN.organic_nucleation_rate,
(0.0, 1e3, 1e3, 1e3, 300, 1, prs),
550,
650,
)
bench_press(
HN.organic_and_h2so4_nucleation_rate,
Expand Down

0 comments on commit 2989b47

Please sign in to comment.