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
Hi!
I'm using collect in a Property, together with cover.
The scale bar produced by cover is duplicated at each invocation of collect, producing that little artifact you can see at the end of the example.
I was wondering if it wouldn't be better to .. collect all examples somewhere like in an IORef and visualize them at the end of the run instead.
The duplication you're seeing is due to how collect and cover interact. Your idea to aggregate results and display them at the end makes sense and could clean up the output.
Would you be interested in helping with a patch, or do you have any other thoughts?
Hi!
I'm using
collect
in aProperty
, together withcover
.The scale bar produced by
cover
is duplicated at each invocation ofcollect
, producing that little artifact you can see at the end of the example.I was wondering if it wouldn't be better to .. collect all examples somewhere like in an IORef and visualize them at the end of the run instead.
The text was updated successfully, but these errors were encountered: