discretize
discretize copied to clipboard
discretize.load_mesh should take a dict as an input too
To load a mesh, we should allow either a filename of a mesh that has been serialized and saved to json or just a python dict of the serialized mesh. Currently only the first option is supported.