Skip to content

Commit 9e55a98

Browse files
committed
Added comment to explain default CodeCarbon configs
1 parent 65e2eab commit 9e55a98

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

moabb/evaluations/evaluations.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@
3939
try:
4040
from codecarbon import EmissionsTracker
4141

42+
# Create default CodeCarbon configurations if none exists
4243
home_config = Path.home() / ".codecarbon.config"
4344
cwd_config = Path.cwd() / ".codecarbon.config"
4445
codecarbon_env_vars = [

0 commit comments

Comments
 (0)