You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/source/Support/bskReleaseNotes.rst
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -55,6 +55,9 @@ Version |release|
55
55
rewrote ``methodizeEvent()`` in ``SimulationBaseClass.py``. If you use python 3.13+ the
56
56
scope of the ``eval()`` method has changed (see https://peps.python.org/pep-0667/).
57
57
- Added ``lla2fixedframe()`` function in :ref:`vizSupport` which provides ability to define Locations on a parent body by providing latitude/longitude/altitude relative to reference ellipsoid.
58
+
- Fixed a bug in :ref:`radiationPressure` where ``parseAndLoadXML()`` would raise a ValueError when using VS Code's debugger.
59
+
The error occurred in Python 3.10.12 because numpy arrays that reference other arrays cannot be resized
60
+
without setting ``refcheck=False``. This fix allows debugging scenarios that use the radiation pressure module.
0 commit comments