With astropy 1.1.1 the conversion between Tesla and Gauss is once again broken. Tesla can be directly converted to Gauss and vice versa, but the
fv.attrs['field_to_cgs'] = field.unit.to_system(u.cgs)[0].scale
in the gdf_writer has no valid result
I have loaded astropy version 1.0.5 on iceberg, but we should raise this issue with the astropy developers. Clearly the bug was fixed last year and the latest upgrade has reintroduced it
With astropy 1.1.1 the conversion between Tesla and Gauss is once again broken. Tesla can be directly converted to Gauss and vice versa, but the
fv.attrs['field_to_cgs'] = field.unit.to_system(u.cgs)[0].scale
in the gdf_writer has no valid result
I have loaded astropy version 1.0.5 on iceberg, but we should raise this issue with the astropy developers. Clearly the bug was fixed last year and the latest upgrade has reintroduced it