Skip to content

Commit 35bc3a9

Browse files
committed
Update inputs.py
1 parent 9478d6e commit 35bc3a9

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

zeus21/inputs.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -344,8 +344,7 @@ def __post_init__(self, UserParams):
344344
self.Rs_max = 500. #same as R_XLy_MAX in 21cmFAST. Too low?
345345

346346
# radii
347-
##ASDASD TODO remove 90 to 45
348-
self.NRs = np.floor(90*UserParams.precisionboost).astype(int)
347+
self.NRs = np.floor(45*UserParams.precisionboost).astype(int)
349348
self._Rtabsmoo = np.logspace(np.log10(self.Rs_min), np.log10(self.Rs_max), self.NRs) # Smoothing Radii in Mpc com
350349
self._dlogRR = np.log(self.Rs_max/self.Rs_min)/(self.NRs-1.0)
351350

0 commit comments

Comments
 (0)