Skip to content

Commit

Permalink
Code update
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 717385750
  • Loading branch information
ilopezgp authored and The swirl_dynamics Authors committed Jan 20, 2025
1 parent fed21f3 commit 5c1c58a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ def __init__(

self._dates = data_utils.get_common_times(input_ds, date_range)
self._len = input_ds.dims["time"]
self._time_array = xr_.read(input_ds["time"]).data
self._time_array = xrts.read(input_ds["time"]).data
self._resample_at_nan = resample_at_nan
self._resample_seed = resample_seed
self.use_temporal_inputs = use_temporal_inputs
Expand Down

0 comments on commit 5c1c58a

Please sign in to comment.