From 623f7af4b01e0331cadfd5f42dfb5433252149ea Mon Sep 17 00:00:00 2001 From: Anton Prosekin Date: Thu, 23 Jun 2022 11:03:02 +0800 Subject: [PATCH] Fix of docstring for set_theta_deg (issue #43) --- MCEq/core.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MCEq/core.py b/MCEq/core.py index f4a37fe..747eda1 100644 --- a/MCEq/core.py +++ b/MCEq/core.py @@ -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