AVSLab / basilisk

Astrodynamics simulation framework
https://hanspeterschaub.info/basilisk
ISC License
147 stars 61 forks source link

Fix bug in simIncludeRW.py on setting Js value #773

Closed schaubh closed 3 months ago

schaubh commented 3 months ago

Description

The simIncludeRW.py file did a false unit conversion if Js was set directly. This is now corrected.

Verification

Added unit test to check this.

Documentation

Added issue to the known issues RST document

Future work

None