Skip to content

Commit 8a6020c

Browse files
committed
fix
1 parent ddbc8c1 commit 8a6020c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/statistics.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,7 @@ function node_densities_means_only(sol::EnsembleSolution;
277277
end
278278
end
279279
for j in 1:nt
280-
means[j] ./= num_knots
280+
means[j] ./= length(indices)
281281
end
282282
return (; means=means, knots=knots)
283283
end

0 commit comments

Comments
 (0)