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
Attempting to measure a source when running under --dry-run leads to the following error:
ERROR: TypeError: init() got an unexpected keyword argument 'minor_planet_number' [ossos.gui.controllers] Traceback (most recent call last): File "/Users/michele/Dropbox/OSSOS/ossos-pipeline/src/ossos-pipeline/ossos/gui/views/validation.py", line 299, in _on_submit comment File "/Users/michele/Dropbox/OSSOS/ossos-pipeline/src/ossos-pipeline/ossos/gui/controllers.py", line 299, in on_do_accept frame=reading.obs.rawname) TypeError: init() got an unexpected keyword argument 'minor_planet_number'
The text was updated successfully, but these errors were encountered:
This also affects running normally.
Sorry, something went wrong.
No branches or pull requests
Attempting to measure a source when running under --dry-run leads to the following error:
ERROR: TypeError: init() got an unexpected keyword argument 'minor_planet_number' [ossos.gui.controllers]
Traceback (most recent call last):
File "/Users/michele/Dropbox/OSSOS/ossos-pipeline/src/ossos-pipeline/ossos/gui/views/validation.py", line 299, in _on_submit
comment
File "/Users/michele/Dropbox/OSSOS/ossos-pipeline/src/ossos-pipeline/ossos/gui/controllers.py", line 299, in on_do_accept
frame=reading.obs.rawname)
TypeError: init() got an unexpected keyword argument 'minor_planet_number'
The text was updated successfully, but these errors were encountered: