Skip to content

Commit

Permalink
Merge pull request #638 from slayoo/freezing
Browse files Browse the repository at this point in the history
bump examples req and update AK16::simulation API
  • Loading branch information
slayoo authored Sep 23, 2021
2 parents 4c5676f + 73fbdff commit 3b75ade
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test-time-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ ghapi
pytest

# note: if cloning both PySDM and PySDM examples, consider "pip install -e"
PySDM-examples @ git+git://github.com/atmos-cloud-sim-uj/PySDM-examples@4a5cf45#egg=PySDM-examples
PySDM-examples @ git+git://github.com/atmos-cloud-sim-uj/PySDM-examples@838c1f2#egg=PySDM-examples
2 changes: 1 addition & 1 deletion tests/smoke_tests/Alpert_and_Knopf_2016/test_AK16_fig_1.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ def test_AK16_fig_1(multiplicity, plot=False):
assert int(n_sd) == n_sd
n_sd = int(n_sd)

data = simulation(seed=i, n_sd=n_sd, dt=dt, dv=dv, spectrum=case['ISA'],
data, _ = simulation(seed=i, n_sd=n_sd, dt=dt, dv=dv, spectrum=case['ISA'],
droplet_volume=droplet_volume, multiplicity=multiplicity, J_het=J_het,
total_time=total_time, number_of_real_droplets=number_of_real_droplets)
output[key].append(data)
Expand Down

0 comments on commit 3b75ade

Please sign in to comment.