sot/agasc

Fix UserWarning FixedFormatter errors

Opened this issue · 1 comments

I'm assuming FixedLocator should be used but not clear if we could just suppress the warning. These are coming the the email log output for mag_estimate_report.

Errors in files:
/proj/sot/ska3/flight/data/agasc/logs/supplement_update.log
** ERROR - line 32198: /proj/sot/ska3/flight/lib/python3.8/site-packages/agasc/supplement/magnitudes/mag_estimate_report.py:574: UserWarning: FixedFormatter should only be used together with FixedLocator
** ERROR - line 32242: /proj/sot/ska3/flight/lib/python3.8/site-packages/agasc/supplement/magnitudes/mag_estimate_report.py:574: UserWarning: FixedFormatter should only be used together with FixedLocator

Yes, this should be the same fix as sot/proseco#371