Skip to content

Commit

Permalink
Set log level
Browse files Browse the repository at this point in the history
  • Loading branch information
mattwthompson committed Dec 13, 2024
1 parent 6343a4c commit f7ee53c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions torsions.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Usage:
# python torsions.py path/to/config.yaml ncpus

import logging
import os
import sys
import time
Expand All @@ -15,6 +16,9 @@

from config import Config

logging.basicConfig(level=logging.DEBUG)


assert OpenEyeToolkitWrapper().is_available()


Expand Down

0 comments on commit f7ee53c

Please sign in to comment.