You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: malariagen_data/af1.py
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -40,7 +40,7 @@ class Af1(AnophelesDataResource):
40
40
debug : bool, optional
41
41
Set to True to enable debug level logging.
42
42
show_progress : bool, optional
43
-
If True, show a progress bar during longer-running computations.
43
+
If True, show a progress bar during longer-running computations. The default can be overridden using an environmental variable named MGEN_SHOW_PROGRESS.
44
44
check_location : bool, optional
45
45
If True, use ipinfo to check the location of the client system.
@@ -98,7 +112,7 @@ class Ag3(AnophelesDataResource):
98
112
debug : bool, optional
99
113
Set to True to enable debug level logging.
100
114
show_progress : bool, optional
101
-
If True, show a progress bar during longer-running computations.
115
+
If True, show a progress bar during longer-running computations. The default can be overridden using an environmental variable named MGEN_SHOW_PROGRESS.
102
116
check_location : bool, optional
103
117
If True, use ipinfo to check the location of the client system.
0 commit comments