Update radex module
astropenguin opened this issue · 0 comments
astropenguin commented
- Do not use
Union[Sequence[str], str]
forinput
. Accept onlySequence[str]
as a valid type. - Use
pathlib.Path
foroutfile
of RADEX.
astropenguin opened this issue · 0 comments
Union[Sequence[str], str]
for input
. Accept only Sequence[str]
as a valid type.pathlib.Path
for outfile
of RADEX.