Rafe Sharif
Results
2
issues of
Rafe Sharif
I encountered a `KeyError` when attempting to calculate magnitudes for **binary stars** using the isochrones package. The error occurs specifically when accessing the key `'J'` in the `props_A` or `props_B`...
The issue was related to an `AttributeError` raised in the code when initializing the `slice_indicator` variable. The error occurred due to the usage of `np.int` as the dtype argument in...