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
When generating some initial conditions, you recommend in the documentation the following command:
# Generate initial guess for smoothing lengths based on MIPSx.gas.generate_smoothing_lengths(boxsize=boxsize, dimension=3)
Here, it only works for a uniform box. Thus I think it would be nice to be more general and use the function in the visualization. It might be a good idea to keep both as the current implementation is a lot faster than the visualization one. Maybe we can add an argument to the function in order to mention if the box is uniform or not.
The text was updated successfully, but these errors were encountered:
Hi,
When generating some initial conditions, you recommend in the documentation the following command:
Here, it only works for a uniform box. Thus I think it would be nice to be more general and use the function in the visualization. It might be a good idea to keep both as the current implementation is a lot faster than the visualization one. Maybe we can add an argument to the function in order to mention if the box is uniform or not.
The text was updated successfully, but these errors were encountered: