You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
let angle_tolerance = ifletSome(angle_tolerance) = angle_tolerance {
AngleTolerance::Radian(angle_tolerance)
}else{
AngleTolerance::Default
};
Can you try using a smaller value or angle_tolerance=None?
Anyway, the docstring should be fixed to state the unit of angle_tolerance, and such a huge memory consumption should not happen 😞.
I will look into it. Thank you for your report!
I have a contrived example where
moyopy
consumes huge amounts of memory (observed 50+GB) and eventually crashes the python process that called it.this seems to happen regardless of which elements are in the structure or which
symprec
is used (tried0.1
,0.01
and1e-5
)The text was updated successfully, but these errors were encountered: