Skip to content

Commit

Permalink
Fix of docstring for set_theta_deg (issue #43)
Browse files Browse the repository at this point in the history
  • Loading branch information
jncots committed Jun 23, 2022
1 parent 29c8d54 commit 623f7af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MCEq/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -644,7 +644,7 @@ def set_theta_deg(self, theta_deg):
Currently only 'down-going' angles (0-90 degrees) are supported.
Args:
atm_config (tuple of strings): (parametrization type, location string, season string)
theta_deg (float): zenith angle in the range 0-90 degrees
"""
import MCEq.geometry.density_profiles as dprof

Expand Down

0 comments on commit 623f7af

Please sign in to comment.