Closed paddyroddy closed 1 month ago
This is bad practice, as the external code cannot guarantee keeping internal functions with a consistent API. Are we happy with this? https://github.com/glass-dev/glass/blob/f7cedc9e5289f0505a15aff742ca0ff8bb4c180e/tests/test_fits.py#L93-L99
import glass ...
No response
2024.2.dev41+ga3f00f2.d20240918
Yeah, we can use get_filename() to obtain the same thing.
get_filename()
I couldn't find a get_filename() in fitsio. Is the function somewhere else or am I missing something?
Describe the Bug
This is bad practice, as the external code cannot guarantee keeping internal functions with a consistent API. Are we happy with this? https://github.com/glass-dev/glass/blob/f7cedc9e5289f0505a15aff742ca0ff8bb4c180e/tests/test_fits.py#L93-L99
To Reproduce
Expected Behaviour
No response
Actual Behaviour
No response
Version In Use
2024.2.dev41+ga3f00f2.d20240918
Additional Context
No response