Skip to content

Commit

Permalink
Add .log to gitignore, disabled montecarlo log
Browse files Browse the repository at this point in the history
montecarlo log needs work.
  • Loading branch information
andrewfullard committed Jan 21, 2021
1 parent f2e82f8 commit fe10159
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@
*.so
__pycache__

# Logging
*.log


# Ignore .c files by default to avoid including generated code. If you want to
# add a non-generated .c extension, use `git add -f filename.c`.
Expand Down
2 changes: 1 addition & 1 deletion tardis/montecarlo/montecarlo_numba/montecarlo_logger.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
from functools import wraps

DEBUG_MODE = False
LOG_FILE = "montecarlo_log.log"
LOG_FILE = False
BUFFER = 1
ticker = 1

Expand Down

0 comments on commit fe10159

Please sign in to comment.