v3.1.5
EXOSIMS v3.1.5 - Compatibility Rollup
This minor release contains two changes:
- In the
TargetListPrototype, whenscaleWAdMagis set, attributeint_dMagwas previously scaled off of a base value equal tointCutoff_dMag(this was intended to mimic the original default behavior of this keyword, which scaled from theCompletenessmodule'sdMaglim). However, this led to aggressively large integration targetdMagvalues, so the scaling has been changed to scale off of the inputint_dMag. - With
flake8updating to v6.1.0, a few places in the codebase started to fail linting. In particular, all cases where a variable's type was checked via direct comparison to a class have been updated to useisinstance.