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
pygalmesh.generate_from_array(vol, voxel_size, max_facet_distance=1.0, verbose=True)
has the same effect as pygalmesh.generate_from_array(vol, voxel_size, max_facet_distance=1.0, verbose=False)
The text was updated successfully, but these errors were encountered:
pygalmesh.generate_from_array(vol, voxel_size, max_facet_distance=1.0, verbose=True)
has the same effect as
pygalmesh.generate_from_array(vol, voxel_size, max_facet_distance=1.0, verbose=False)
The text was updated successfully, but these errors were encountered: