-
Notifications
You must be signed in to change notification settings - Fork 51
Description
When I set domainSizeIncrease to something greater than zero I get the following error:
--> Gathering points on fractures
Traceback (most recent call last):
File "/Users/alexissitchler/software/dfnWorks/examples/chem_lognormal/driver.py", line 80, in
DFN.map_to_continuum(l=1.5, orl=3)
File "/Users/alexissitchler/Library/Python/3.9/lib/python/site-packages/pydfnworks/dfnGen/meshing/udfm/map2continuum.py", line 92, in map_to_continuum
points = self.gather_points()
File "/Users/alexissitchler/Library/Python/3.9/lib/python/site-packages/pydfnworks/dfnGen/meshing/udfm/map2continuum_helper.py", line 73, in gather_points
point = self.polygons[name][j]
IndexError: index 5 is out of bounds for axis 0 with size 5
--> output_chem_lognormal completed/exited