Skip to content

Commit

Permalink
Fix logging and add codecarbon
Browse files Browse the repository at this point in the history
  • Loading branch information
LukasFehring committed Jun 17, 2023
1 parent 6d1159c commit 3afa3c6
Show file tree
Hide file tree
Showing 29 changed files with 4,487 additions and 1,726 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,4 @@ jobs:
run: |
source $VENV
# Ignore the MySQL test, as it requires a MySQL server:
pytest --ignore=test/test_run_experiments/test_run_mysql_experiment.py --ignore=test/test_logtables/test_mysql.py
pytest --ignore=test/test_run_experiments/test_run_mysql_experiment.py --ignore=test/test_logtables/test_mysql.py --ignore=test/test_run_experiments/test_run_mysql_experiment.py --ignore=test/test_codecarbon/test_codecarbon_core_functions_mysql.py --ignore=test/test_codecarbon/test_integration_mysql.py
6 changes: 5 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -139,4 +139,8 @@ dmypy.json
todo.md
config/database_credentials.cfg
config/example*.cfg
output/
output/

# codecarbon
.codecarbon.config
emissions.csv
2 changes: 1 addition & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,5 +58,5 @@
"**/.git/subtree-cache/**": true,
"**/node_modules/*/**": true
},
"esbonio.sphinx.confDir": "${workspaceFolder}/docs/source"
"esbonio.sphinx.confDir": "${workspaceFolder}\\docs"
}
Loading

0 comments on commit 3afa3c6

Please sign in to comment.