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.
Copy file name to clipboardExpand all lines: malariagen_data/ag3.py
+21-13Lines changed: 21 additions & 13 deletions
Original file line number
Diff line number
Diff line change
@@ -112,7 +112,7 @@ class Ag3(AnophelesDataResource):
112
112
debug : bool, optional
113
113
Set to True to enable debug level logging.
114
114
show_progress : bool, optional
115
-
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.
116
116
check_location : bool, optional
117
117
If True, use ipinfo to check the location of the client system.
0 commit comments