Skip to content

Commit

Permalink
Disable Timing Loggers by default #237. Added a way to activate time …
Browse files Browse the repository at this point in the history
…loggers.
  • Loading branch information
antoinecarme committed Apr 2, 2023
1 parent aedc818 commit eb81848
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pyaf/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,7 @@ def check_python_version_for_pyaf():

__version__ = '5.0-rc2'

def activate_timer_logging():
import pyaf.TS.Utils as tsutil
tsutil.activate_timer_logging()

0 comments on commit eb81848

Please sign in to comment.