We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9478d6e commit 35bc3a9Copy full SHA for 35bc3a9
1 file changed
zeus21/inputs.py
@@ -344,8 +344,7 @@ def __post_init__(self, UserParams):
344
self.Rs_max = 500. #same as R_XLy_MAX in 21cmFAST. Too low?
345
346
# radii
347
- ##ASDASD TODO remove 90 to 45
348
- self.NRs = np.floor(90*UserParams.precisionboost).astype(int)
+ self.NRs = np.floor(45*UserParams.precisionboost).astype(int)
349
self._Rtabsmoo = np.logspace(np.log10(self.Rs_min), np.log10(self.Rs_max), self.NRs) # Smoothing Radii in Mpc com
350
self._dlogRR = np.log(self.Rs_max/self.Rs_min)/(self.NRs-1.0)
351
0 commit comments