Was unable to use python debugger on a scenario which called parseAndLoadXML() from radiationPressure.py #181
ephraim271
started this conversation in
General
Replies: 1 comment
-
Hi @ephraim271 , thanks for the contribution! Are you able to open a new issue and document this? That way it'll be in the back log and project maintainers or industrious members of the community might produce a fix. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Steps to reproduce :
Try using a python debugger on any scenario which calls parseAndLoadXML()
As an example : in
test_radiationPressure.py
, set a breakpoint after anyparseAndLoadXML()
call and run unitRadiationPressure(False, "lookup", False)Adding
refcheck=False
to these resize calls inbasilisk/src/simulation/dynamics/RadiationPressure/parseSRPLookup.py
fixed the issue :Similar : microsoft/ptvsd#465 (comment)
Can this
refcheck=False
be added to the main basilisk repo?Beta Was this translation helpful? Give feedback.
All reactions