Skip to content

Commit

Permalink
Merge branch 'master' into dependabot/npm_and_yarn/src/explorer/mimie…
Browse files Browse the repository at this point in the history
…xplorer-app/electron-13.6.6
  • Loading branch information
lrennels authored Apr 20, 2022
2 parents ec1581d + 2d81fb1 commit b50ccd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/time_arrays.jl
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ function get_time_index_position(obj::AbstractCompositeComponentDef, comp_name::
get_time_index_position(dim_names(compdef(obj, comp_name), datum_name))
end

const AnyIndex = Union{Int, Vector{Int}, Tuple, Colon, OrdinalRange}
const AnyIndex = Union{Int, Vector{Int}, Tuple, Colon, OrdinalRange, Vector{Bool}}

# Helper function for getindex; throws a MissingException if data is missing, otherwise returns data
function _missing_data_check(data, t)
Expand Down

0 comments on commit b50ccd6

Please sign in to comment.