forked from StudioInfinity/dyna3
Explore the performance wall
Three points on two spheres is too much.
This commit is contained in:
parent
31d5e7e864
commit
e41bcc7e13
2 changed files with 10 additions and 12 deletions
|
|
@ -197,7 +197,8 @@ function realize(ctx::Construction{T}) where T
|
|||
push!(eqns, sum(elt.vec[2] for elt in Iterators.flatten((ctx.points, ctx.spheres))) - n_elts)
|
||||
end
|
||||
|
||||
(Generic.Ideal(coordring, eqns), eqns)
|
||||
## [test] (Generic.Ideal(coordring, eqns), eqns)
|
||||
(nothing, eqns)
|
||||
end
|
||||
|
||||
end
|
||||
Loading…
Add table
Add a link
Reference in a new issue