Skip to content

Commit

Permalink
remove show
Browse files Browse the repository at this point in the history
  • Loading branch information
tcarion committed Nov 17, 2023
1 parent 3544a76 commit 3482f64
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/variables.jl
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ Base.size(dv::DiskValues) = (_size_dims(dv.message_dims)..., _size_dims(dv.other
# we have to threat them separately from the other dimensions (typically time, number, vertical...). This is
# what makes this code quite complicated. There's probably a clever/prettier way of doing this, but this one works for now...
function DA.readblock!(A::DiskValues, aout, i::AbstractUnitRange...)
@show i
general_index = A.ds.index
grib_path = general_index.grib_path

Expand Down

0 comments on commit 3482f64

Please sign in to comment.