Closed jskrist closed 5 years ago
Never-mind. 🤦♂️ I checked out the tidy-spark-joy branch instead of the pull request, and those two things are not the same.
FYI the latest code requires chandra_aca 4.25.1, which is going to be part of the Ska3 Matlab release.
When I run ORViewer with the tidy-spark-joy branch, #285, I get the following error:
The actual code being called on the referenced line 22 is:
acar = aca.get_review_table()
I thought this might be due to the new raise_exc argument being set to True by default, but I have passed
raise_exc = False
, everywhere I can, and I am still seeing this error. It looks like it might be caused due to a confusion between the guide_count() function used in proseco/guide.py, imported from chandra_aca.star_probs, which takes 2 parameters, and the guide_count() function used in sparkles/core.py, imported from .roll_optimize, which takes 3 parameters.