File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -132,8 +132,9 @@ def interpolation_options(self) -> InterpolationOptions:
132
132
case (False , True ):
133
133
self ._interpolation_options .block_solutions_type = RawArraysSolution .BlockSolutionType .DENSE_GRID
134
134
case (False , False ):
135
- raise ValueError ("The resolution of the grid is not set. Please set the resolution of the grid or "
136
- "the number of octree levels in InterpolationOptions.number_octree_levels." )
135
+ pass
136
+ # raise ValueError("The resolution of the grid is not set. Please set the resolution of the grid or "
137
+ # "the number of octree levels in InterpolationOptions.number_octree_levels.")
137
138
138
139
self ._interpolation_options .cache_model_name = self .meta .name
139
140
return self ._interpolation_options
You can’t perform that action at this time.
0 commit comments