Skip to content

v3.1.6

Compare
Choose a tag to compare
@dsavransky dsavransky released this 07 Aug 21:29
· 137 commits to master since this release
fd6f1d2

EXOSIMS v3.1.6 - Bugfix Rollup

This release provides fixes to 3 bugs:

  1. In the Observatory Prototype, the refuel_tank methoddid not work as expected (no mass added to the main tank upon refueling) in the case where tank=None (e.g. if twotanks=False). This has been fixed.
  2. In tieredScheduler, two separate filtering steps in the init could produce array indexing errors. These have now been combined into a single step.
  3. In the Mennesson ZodiacalLight implementation, if the EZ_distribution input did not point to a valid file, the code would previously fail with an uninformative error. This has now been replaced with an explicit ValueError exception being raised with an appropriate message.