Skip to content

Commit fdbd307

Browse files
Bump pypartmc from 1.7.2 to 2.0.6 (#1839)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Sylwester Arabas <sylwester.arabas@agh.edu.pl>
1 parent bd429ff commit fdbd307

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"unit-tests": ["pytest", "pytest-timeout", "matplotlib!=3.9.1"],
3636
"nonunit-tests": ["pytest", "PySDM-examples", "PyPartMC"],
3737
"CI_version_pins": [
38-
"PyPartMC==1.7.2",
38+
"PyPartMC==2.0.6",
3939
"numba==0.60.0",
4040
"CURandRTC==0.1.7",
4141
"Pint==0.24.4",

tests/smoke_tests/box/partmc/test_dry_wet_equilibration.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,8 @@ def pypartmc(dry_diam, temp, rel_humid, kpa):
5050

5151
aero_data = PyPartMC.AeroData(
5252
(
53-
{"H2O": [1000 * si.kg / si.m**3, 0, 18e-3 * si.kg / si.mol, 0]},
54-
{"XXX": [np.nan * si.kg / si.m**3, 0, np.nan * si.kg / si.mol, kpa]},
53+
{"H2O": [1000 * si.kg / si.m**3, 0, 18e-3 * si.kg / si.mol, 0, 0, 0]},
54+
{"XXX": [np.nan * si.kg / si.m**3, 0, np.nan * si.kg / si.mol, kpa, 0, 0]},
5555
)
5656
)
5757

0 commit comments

Comments
 (0)