cylammarco / ASPIRED

Automated SpectroPhotometric Image REDuction (ASPIRED)
https://aspired.readthedocs.io/en/latest/
BSD 3-Clause "New" or "Revised" License
30 stars 4 forks source link

ImageReduction check verbose is boolean at initialisation #71

Closed cylammarco closed 2 years ago

cylammarco commented 2 years ago

If a str is provided to the verbose argument, the comparison will return True. So, there should be a type check for verbose during initialisation.