Skip to content

Commit

Permalink
Dont return special length for PartlyInMemory time series (#3825)
Browse files Browse the repository at this point in the history
  • Loading branch information
glwagner authored Oct 8, 2024
1 parent 13bf409 commit fe056fb
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/OutputReaders/field_time_series.jl
Original file line number Diff line number Diff line change
Expand Up @@ -587,8 +587,6 @@ Base.length(fts::FlavorOfFTS) = length(fts.times)
Base.lastindex(fts::FlavorOfFTS) = length(fts.times)
Base.firstindex(fts::FlavorOfFTS) = 1

Base.length(fts::PartlyInMemoryFTS) = length(fts.backend)

function interior(fts::FieldTimeSeries)
loc = map(instantiate, location(fts))
topo = map(instantiate, topology(fts.grid))
Expand Down

0 comments on commit fe056fb

Please sign in to comment.