-
Notifications
You must be signed in to change notification settings - Fork 47
Open
Description
Describe the bug:
To Reproduce:
Steps to reproduce the behavior:
- Run a lightcone with node_redshifts defined as follows
node_redshifts = p21c.get_logspaced_redshifts(min_redshift = min_redshift, max_redshift = max_redshift, z_step_factor = 1.02)
node_redshifts = np.concatenate((node_redshifts, np.array([4.9, 5.7, 6.0, 6.6, 7.0, 7.3])))
and the toml template provided in the attached filesgh25.txt(change file extension to .toml) - Read the average neutral fraction as a function of node redshift using
lc.global_quantities['neutral_fraction'][::-1] - The neutral fraction does not increase monotonically with redshift. It exhibits discontinuities coinciding with the redshifts appended to the node redshift array.
Expected behavior:
Neutral fraction should increase monotonically with redshift.
Details:
- 21cmFAST main branch synced to commit f6bf7ed
Metadata
Metadata
Assignees
Labels
No labels