Skip to content

Commit

Permalink
Update conjugate_map/conj_calc.py
Browse files Browse the repository at this point in the history
Co-authored-by: Angeline Burrell <[email protected]>
  • Loading branch information
KCollins and aburrell authored Nov 12, 2024
1 parent 556ddea commit 88b1ead
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conjugate_map/conj_calc.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
import pandas as pd

logger = logging.getLogger(__name__)
logging.basicConfig(filename='conjcalc.log', level=logging.DEBUG)
logging.basicConfig(filename='conjcalc.log', level=logging.INFO)


###############################################################################
Expand Down

0 comments on commit 88b1ead

Please sign in to comment.