Skip to content

Commit

Permalink
Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
Darren Govoni committed Mar 11, 2022
1 parent 04f96a5 commit 34c425b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion blazer/examples/example4.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import logging
logging.basicConfig(
format="%(asctime)s : %(levelname)s : %(message)s", level=logging.DEBUG
format="%(asctime)s : %(levelname)s : %(message)s", level=logging.INFO
)
import blazer
import numpy as np
Expand Down

0 comments on commit 34c425b

Please sign in to comment.