Skip to content

Commit 6062573

Browse files
authored
assert helping to investigate R&S '82 example failures on Windows (#1541)
1 parent 00e91e4 commit 6062573

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

examples/PySDM_examples/Rozanski_and_Sonntag_1982/figs_4_5_6.ipynb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -173,6 +173,7 @@
173173
" d_n_vapour=-self.delta_liquid_water_mixing_ratio / self.dt,\n",
174174
" n_liquid=FIG4_CAPTION_PARAMS['autoconversion_mixrat_threshold'] # TODO #1207\n",
175175
" )\n",
176+
" assert dRv__dt[isotope] <= 0\n",
176177
" \n",
177178
" super().advance_parcel_vars()\n",
178179
"\n",

0 commit comments

Comments
 (0)