sot / kadi

Chandra commands and events
https://sot.github.io/kadi
BSD 3-Clause "New" or "Revised" License
5 stars 3 forks source link

Fix bug where RLTT from not-run load is still applied #247

Closed taldcroft closed 2 years ago

taldcroft commented 2 years ago

Description

This fixes a bug in commands v2 where the RLTT from a not-run load (marked as Load not run in the Command Events sheet) was still being applied to other commands.

In addition:

This fix impacted an existing test where the expected answer was actually wrong since part of the ACIS ECS commanding had been cut by the RLTT of OCT2521A which was never run.

Interface impacts

None

Testing

Unit tests

Independent check of unit tests by [REVIEWER NAME]

Functional tests

No functional testing.

taldcroft commented 2 years ago

Superceded by #248