We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
TypeError: HDUList.writeto() got an unexpected keyword argument 'clobber'
https://github.com/desihub/specsim/blob/238d0b89e0dbda180d6ced8ae2fd013a823b03de/specsim/fiberloss.py#L274C57-L274C57
deprecated arguments clobber in HDUList.writeto(), now replaced with overwrite; can not save fiberloss table now.
clobber
HDUList.writeto()
overwrite
The text was updated successfully, but these errors were encountered:
Fixed in #132.
Sorry, something went wrong.
No branches or pull requests
TypeError: HDUList.writeto() got an unexpected keyword argument 'clobber'
https://github.com/desihub/specsim/blob/238d0b89e0dbda180d6ced8ae2fd013a823b03de/specsim/fiberloss.py#L274C57-L274C57
deprecated arguments
clobber
inHDUList.writeto()
, now replaced withoverwrite
; can not save fiberloss table now.The text was updated successfully, but these errors were encountered: