You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When the size_dist parameter of a sampled-type mode has more than 2 dicts (or the dict keys aren't "diam" and "num_conc") it should throw an error. This works when the sampled mode is the first mode in AeroDist, however, it fails to throw an exception when modes of different types are present before it.
The code above should pass without errors after the issue is resolved.
The text was updated successfully, but these errors were encountered:
Code example:
When the
size_dist
parameter of a sampled-type mode has more than 2 dicts (or the dict keys aren't"diam"
and"num_conc"
) it should throw an error. This works when the sampled mode is the first mode inAeroDist
, however, it fails to throw an exception when modes of different types are present before it.The code above should pass without errors after the issue is resolved.
The text was updated successfully, but these errors were encountered: