OSSOS / MOP

The Moving Object Pipeline: discovery & tracking of trans-Neptunian objects
GNU General Public License v3.0
4 stars 9 forks source link

[reals] [refactor branch] On_do_accept not completing task #351

Closed mtbannister closed 8 years ago

mtbannister commented 8 years ago

On trying to make a photometric measurement using reals, after hitting 'enter' on the standard MPC measurement gui window:

Traceback (most recent call last): File "/Users/bannisterm/lib/python2.7/site-packages/ossos-0.4.8-py2.7.egg/ossos/gui/views/validation.py", line 355, in _on_submit comment) File "/Users/bannisterm/lib/python2.7/site-packages/ossos-0.4.8-py2.7.egg/ossos/gui/controllers.py", line 421, in on_do_accept data.mpc_observations[key] = mpc_observation AttributeError: 'AstromData' object has no attribute 'mpc_observations'

This prevents the measurement from being created and written to file.

ijiraq commented 8 years ago

This issues is resolved by commit 78ccf9c

JJ

On Nov 5, 2015, at 2:26 PM, Michele Bannister notifications@github.com wrote:

On trying to make a photometric measurement using reals, after hitting 'enter' on the standard MPC measurement gui window:

Traceback (most recent call last): File "/Users/bannisterm/lib/python2.7/site-packages/ossos-0.4.8-py2.7.egg/ossos/gui/views/validation.py", line 355, in _on_submit comment) File "/Users/bannisterm/lib/python2.7/site-packages/ossos-0.4.8-py2.7.egg/ossos/gui/controllers.py", line 421, in on_do_accept data.mpc_observations[key] = mpc_observation AttributeError: 'AstromData' object has no attribute 'mpc_observations'

This prevents the measurement from being created and written to file.

— Reply to this email directly or view it on GitHub https://github.com/OSSOS/MOP/issues/351.

mtbannister commented 8 years ago

Closed by https://github.com/OSSOS/MOP/commit/78ccf9c70cbf789b6f56ab59c0cf0192067ab4fc