AnalyticalGraphicsInc / STKCodeExamples

Example scripts and applications for automating and developing with STK and STK Engine.
https://support.agi.com/
MIT License
190 stars 135 forks source link

Updated chainPathLib2.py #234

Closed ningwersen closed 7 months ago

ningwersen commented 7 months ago

Describe the changes in this pull request

With NumPy 1.26.3, running the MultiConstellationMultiHopMultiPath.ipynb example gave a value error about creating an array with multiple data types. Adding the dtype of object where numpy arrays are created fixed this issue

Checklist before requesting a review

jpthompson212 commented 7 months ago

LGTM