-
Notifications
You must be signed in to change notification settings - Fork 14
Closed
Labels
Description
Hello,
I'm trying to go through the mesh building tutorial here. I'm trying to change some of the initial parameters. This seems to work well when I open the app like this:
fdmr::mesh_builder(spatial_data = sp_data, max_edge = max_edge_fin, offset = offset, cutoff = cutoff)
However, when I open the app with
fdmr::mesh_builder(spatial_data = sp_data)
and then click Enable customisation and manually change one of the parameters, the app just appears to hang. I'm wondering if I'm doing something wrong?
Also, I think there's a broken sentence above this paragraph:
This object contains all the contains all the values we We can build a mesh
Reactions are currently unavailable