We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 062be13 commit 56cfd1eCopy full SHA for 56cfd1e
brainles_preprocessing/utils/citation_reminder.py
@@ -9,14 +9,15 @@
9
def citation_reminder(func):
10
"""
11
Decorator to remind users to cite brainles-preprocessing.
12
-
13
- The reminder is shown when the environment variable
+
+ The reminder is shown when the environment variable
14
`BRAINLES_PREPROCESSING_CITATION_REMINDER` is set to "true" (default).
15
To disable the reminder, set the environment variable to "false".
16
17
Environment variable used:
18
- BRAINLES_PREPROCESSING_CITATION_REMINDER: Controls whether the reminder is shown.
19
20
21
@functools.wraps(func)
22
def wrapper(*args, **kwargs):
23
if (
0 commit comments