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 052988e commit 1769994Copy full SHA for 1769994
brainles_preprocessing/utils/citation_reminder.py
@@ -8,6 +8,7 @@
8
def citation_reminder(func):
9
"""Decorator to remind users to cite brainles-preprocessing."""
10
11
+ @functools.wraps(func)
12
def wrapper(*args, **kwargs):
13
if (
14
os.environ.get("BRAINLES_PREPROCESSING_CITATION_REMINDER", "true").lower()
0 commit comments