Sylwester Arabas
Sylwester Arabas
@jcurtis2, the issue with the new `test_sampled` test was that ```python "size_dist": [ {"num_conc": num_concs}, {"diam": [1, 2, 3, 4]}, ], ``` and ```python "size_dist": [ {"diam": [1, 2, 3,...
hmm... let's then first try adding a test that would check if the `diam`s are correctly being stored...
Thanks Jeff!
BTW, do we have any mean of testing it from Python at this point? (indirectly by sampling from the dist?)
Thanks @jcurtis2 Looks good to me, please confirm if OK to merge (and release)?
this fails with: ``` /home/runner/work/PyPartMC/PyPartMC/gitmodules/camp/src/camp_solver.c:145:11: error: too few arguments to function ‘N_VNew_Serial’ 145 | sd->y = N_VNew_Serial(n_dep_var * n_cells); | ^~~~~~~~~~~~~ ``` We need to update SUNDIALS calls within CAMP...
https://github.com/compdyn/partmc/pull/188
see https://github.com/open-atmos/PyPartMC/issues/233#issuecomment-1826466742
https://github.com/compdyn/partmc/pull/188
there is a test depicting it in the test suite: https://github.com/open-atmos/PyPartMC/blob/8630eb9a6578a65ae7a4f1d7d90869c61ec69e7d/tests/test_aero_mode.py#L277-L286