Skip to content

Commit

Permalink
black space added
Browse files Browse the repository at this point in the history
  • Loading branch information
sambit-giri committed Sep 3, 2024
1 parent dc70d7e commit d351e15
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/tools21cm/tau.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ def tau_map(ionfractions, redshifts=None, num_points=50, reading_function=None):
Optical depth values at each spatial position and redshift. The shape is `(N_x, N_y, N_z + num_points)`, where `N_x` and `N_y` are spatial dimensions, and `N_z` is the number of redshift slices in `output_z`.
- tau_z : ndarray
Array of redshift values corresponding to each slice in `tau_0`. The length is `N_z + num_points`.
'''
if redshifts is None:
assert isinstance(ionfractions, dict), "redshifts must be provided if ionfractions is not a dict."
Expand Down

0 comments on commit d351e15

Please sign in to comment.