phoebe-project / phoebe2

PHOEBE - Eclipsing Binary Star Modeling Software
http://phoebe-project.org
GNU General Public License v3.0
80 stars 30 forks source link

Online passband history query not working #973

Closed aprsa closed 1 day ago

aprsa commented 2 weeks ago

phoebe.list_passband_online_history("Stromgren:u") Traceback (most recent call last): File "", line 1, in File "/home/andrej/projects/phoebe/phoebe/phoebe/atmospheres/passbands.py", line 2206, in list_passband_online_history return {k:v for k,v in all_history.items() if installed_timestamp < _timestamp_to_dt(k)} if installed_timestamp is not None else all_history ^^^^^^^^^^^^^^^^^ AttributeError: 'list' object has no attribute 'items'

aprsa commented 5 days ago

This PR fixes the history issue and supports ISO timestamps.

aprsa commented 5 days ago

The server is still not fully backwards-compatible, investigating.

aprsa commented 1 day ago

Fixed by this PR.