models.dill_grid#
- dill_grid()[source]#
A function that can be used to serialise and save the interpolation functions to make debugging easier. Use this function to load the grid, initialise all of the interpolation functions, and save them in the package folder. This helps to reduce computation time when first running a voxel. After the dilled files are created, load the grid from them by passing
dill=Trueas a kwarg when runningVoxel.set_properties().