Skip to content

Commit 98ba433

Browse files
committed
add FIXME comment
1 parent f81d5ea commit 98ba433

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/VariableStatistics.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ function calcStdBasicSpread(vartype::InferenceVariable, ptsArr::AbstractVector)
2323
_makemutable(s::StaticArray{Tuple{S},T,N}) where {S,T,N} = MArray{Tuple{S},T,N,S}(s)
2424
_makemutable(s::SMatrix{N,N,T,D}) where {N,T,D} = MMatrix{N,N,T,D}(s)
2525

26-
# silly conversion since Manifolds.std internally replicates eltype ptsArr which doesn't work on StaticArrays
26+
# FIXME, silly conversion since Manifolds.std internally replicates eltype ptsArr which doesn't work on StaticArrays
2727
σ = std(vartype, _makemutable.(ptsArr))
2828

2929
#if no std yet, set to 1

0 commit comments

Comments
 (0)