Closed joelfiddes closed 1 year ago
l.74 solar_geom.py
running "swat" sim (points in Karakorum)
Same issue as this: https://github.com/pydata/xarray/issues/2931
solved as suggested: "point_id": df_position.index), to "point_id":(("point_id"), df_position.index),
"point_id": df_position.index),
"point_id":(("point_id"), df_position.index),
But why?! Have not seen in map jobs.
Is this still a bug? I do not recall having prob here.
l.74 solar_geom.py
running "swat" sim (points in Karakorum)
Same issue as this: https://github.com/pydata/xarray/issues/2931
solved as suggested:
"point_id": df_position.index),
to"point_id":(("point_id"), df_position.index),
But why?! Have not seen in map jobs.