test_scenarioBasicOrbitMultiSat_MT references the wrong test function #248
bbercoviciUspace
started this conversation in
General
Replies: 1 comment
-
Hey Ben, I believe this was some work done by Scott Piggot based on some formation flying scenarios I created a while back. I don't even know how it's running the correct function if the name is different. Anyways, feel free to create a quick issue and PR, and we can take a look. |
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.
-
Hello everyone,
I think
test_scenarioBasicOrbitMultiSat_MT
needs a small fix :The test function called at the bottom of the file (upon running
python test_scenarioBasicOrbitMultiSat_MT.py
) istest_scenarioBasicOrbitMultiSat_MT
, though the test function effectively declared inside this.py
file istest_scenarioBasicOrbitMultiSat
. There's a '_MT' missing there. @patkenneally , I'm tagging you here since you were the last one to commit on this file =)Beta Was this translation helpful? Give feedback.
All reactions