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
Sorry for my mistake, I'll update the config file.
Considering that the scene is bounded by a sphere with radius 3, I think setting grid_boundary to [-1.5, 1.5] (my choice) or [-2.0, 2.0] is suitable. A too small grid_boundary will lead to incomplete mesh, while too large will lose mesh details due to the limited resolution in marching cubes.
conf.plot.grid_boundary
(code here) is not defined in any of the provided config files. Shall I set it togrid_boundary = [-1.1, 1.1]
?The text was updated successfully, but these errors were encountered: