Skip to content

Commit 4c92794

Browse files
authored
Merge branch 'main' into dev
2 parents 7f25826 + b4e1d79 commit 4c92794

File tree

2 files changed

+3
-6
lines changed

2 files changed

+3
-6
lines changed

Project.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name = "LegendEventAnalysis"
22
uuid = "ca666546-4c2a-41e4-9648-72713d810efe"
3-
version = "0.1.1"
3+
version = "0.1.2"
44

55
[deps]
66
ArraysOfArrays = "65a8f2f4-9b39-5baf-92e2-a9cc46fdf018"
@@ -23,4 +23,4 @@ PropertyFunctions = "0.2.1"
2323
StructArrays = "0.4, 0.5, 0.6"
2424
Tables = "1"
2525
Unitful = "1"
26-
julia = "1.10"
26+
julia = "1.10"

src/LegendEventAnalysis.jl

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,9 @@ using ProgressMeter: @showprogress
1515
using PropertyFunctions: PropertyFunction, @pf, filterby, PropSelFunction
1616

1717
using Tables: columns
18-
18+
using Unitful: RealOrRealQuantity as RealQuantity
1919
using LegendDataTypes: fast_flatten
2020

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

2522
include("flatten_over_channels.jl")
2623
include("build_global_events.jl")

0 commit comments

Comments
 (0)