Skip to content

Commit

Permalink
Deploying to pdoc from @ 8ad838d 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
slayoo committed Jul 5, 2024
1 parent daa7a31 commit caee8ad
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion PySDM_examples/Grabowski_and_Pawlowska_2023/simulation.html
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,11 @@ <h2 class="section-title" id="header-classes">Classes</h2>
mass_of_dry_air=44 * si.kg,
)
builder = Builder(
n_sd=settings.n_sd, backend=CPU(formulae=settings.formulae), environment=env
n_sd=settings.n_sd,
backend=CPU(
formulae=settings.formulae, override_jit_flags={&#34;parallel&#34;: False}
),
environment=env,
)
builder.add_dynamic(AmbientThermodynamics())
builder.add_dynamic(
Expand Down

0 comments on commit caee8ad

Please sign in to comment.