File tree Expand file tree Collapse file tree 2 files changed +0
-7
lines changed
src/py_eddy_tracker/observations Expand file tree Collapse file tree 2 files changed +0
-7
lines changed Original file line number Diff line number Diff line change @@ -1584,13 +1584,8 @@ def date2file(julian_day):
15841584 ptf_final = zeros ((self .obs .size , 2 ), dtype = "i1" )
15851585
15861586 t_start , t_end = int (self .period [0 ]), int (self .period [1 ])
1587- # if begin is not None and begin > t_start:
1588- # t_start = begin
1589- # if end is not None and end < t_end:
1590- # t_end = end
15911587
15921588 dates = arange (t_start , min (t_start + n_days + 1 , t_end + 1 ))
1593- # print("dates = ", dates)
15941589 first_files = [date_function (x ) for x in dates ]
15951590
15961591 c = GridCollection .from_netcdf_list (first_files , dates , ** uv_params )
Original file line number Diff line number Diff line change @@ -718,8 +718,6 @@ def zarr_dimension(filename):
718718 if len (shape ) > len (dims ):
719719 dims = shape
720720 return dims
721- # dims.extend(list(getattr(h, varname).shape))
722- # return set(dims)
723721
724722 @classmethod
725723 def load_file (cls , filename , ** kwargs ):
You can’t perform that action at this time.
0 commit comments