We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
RealQuantity
Unitful.RealOrRealQuantity
1 parent e3e0a7d commit 680a1a2Copy full SHA for 680a1a2
src/LegendEventAnalysis.jl
@@ -15,12 +15,9 @@ using ProgressMeter: @showprogress
15
using PropertyFunctions: PropertyFunction, @pf, filterby
16
17
using Tables: columns
18
-
+using Unitful: RealOrRealQuantity as RealQuantity
19
using LegendDataTypes: fast_flatten
20
21
-# ToDo: Add this to LegendDataTypes:
22
-const MaybeWithUnits{T<:Number} = Union{T,Quantity{<:T}}
23
-const RealQuantity = MaybeWithUnits{<:Real}
24
25
include("flatten_over_channels.jl")
26
include("build_global_events.jl")
0 commit comments