Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…is.jl into dev
  • Loading branch information
theHenks committed Oct 6, 2024
2 parents cbff31a + 20c73a5 commit 6fe2ecc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
4 changes: 2 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name = "LegendEventAnalysis"
uuid = "ca666546-4c2a-41e4-9648-72713d810efe"
version = "0.1.1"
version = "0.1.2"

[deps]
ArraysOfArrays = "65a8f2f4-9b39-5baf-92e2-a9cc46fdf018"
Expand All @@ -22,5 +22,5 @@ ProgressMeter = "1"
PropertyFunctions = "0.2.1"
StructArrays = "0.4, 0.5, 0.6"
Tables = "1"
Unitful = "1"
Unitful = "1.6"
julia = "1.10"
5 changes: 1 addition & 4 deletions src/LegendEventAnalysis.jl
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,9 @@ using ProgressMeter: @showprogress
using PropertyFunctions: PropertyFunction, @pf, filterby, PropSelFunction

using Tables: columns

using Unitful: RealOrRealQuantity as RealQuantity
using LegendDataTypes: fast_flatten

# ToDo: Add this to LegendDataTypes:
const MaybeWithUnits{T<:Number} = Union{T,Quantity{<:T}}
const RealQuantity = MaybeWithUnits{<:Real}

include("flatten_over_channels.jl")
include("build_global_events.jl")
Expand Down

0 comments on commit 6fe2ecc

Please sign in to comment.