Skip to content

Fix the implementation of models.Expiration

Nicolas Mounet requested to merge develop/exp_aerosols_order into master

The filtering by masks in the aerosols method of models.Expiration, was based on the order of the particle_sizes list, rather than the diameters themselves. This is no longer the case; this fixes issue #24 (closed) . A test has been added.

Merge request reports