Replies: 1 comment 10 replies
-
Thanks for reaching out! The This error occurs when the number of successes It could have something to do with the way in which you are running the Prim algorithm repeatedly. Could you give us a minimal reproducible example? Please include both the code and data of this minimal reproducible example and upload it as a ZIP to this discussion. |
Beta Was this translation helpful? Give feedback.
-
Dear readers,
I've got a problem with using the prim implementation of ema workbench. I run the Prim algorithm repeatedly, using the same data but changing the number of dimensions and datapoints. I afterwards compare density and coverage.
Every time I generate a new Prim Object and use the
.find_box()
function. After a few iterations I always get the same error message (see below). It's not always at the same iteration, but newer on the first.Has anybody had similar problems or a solution to the problem?
`
Beta Was this translation helpful? Give feedback.
All reactions