Skip to content

Commit

Permalink
Merge branch 'main' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
PharmCat authored Jan 16, 2025
2 parents 9938b16 + 7e2f843 commit 24286d3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/import.jl
Original file line number Diff line number Diff line change
Expand Up @@ -359,6 +359,8 @@ function pdimport(data, time, obs, sort; bl = 0, th = 0, dosetime::Union{Nothing

Tables.istable(data) || error("Data not a table!")



cols = Tables.columns(data)
cdata = Tuple(Tables.getcolumn(cols, y) for y in sort)
d = Dict{Tuple{eltype.(cdata)...}, Vector{Int}}()
Expand Down

0 comments on commit 24286d3

Please sign in to comment.