Skip to content

Commit

Permalink
Investigating threading issue - using scipy/scipy#8856 (comment)
Browse files Browse the repository at this point in the history
  • Loading branch information
athob committed May 16, 2024
1 parent c81e432 commit 21a4c3a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/ananke/ExtinctionDriver.py
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@ def column_density_interpolator(self) -> LinearNDInterpolator:
lognh = self.particle_column_densities
# generate the interpolator to use to get the column densities at positions in and around the particles
self.__interpolator = LinearNDInterpolator(xhel_p[sel_interp],lognh[sel_interp],rescale=False) # TODO investigate NaN outputs from interpolator
self.__interpolator(3*(0,))
return self.__interpolator

@staticmethod
Expand Down

0 comments on commit 21a4c3a

Please sign in to comment.