Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
freiburgermsu committed Aug 24, 2023
2 parents eb4c70f + 494e45d commit dbe5e62
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modelseedpy/community/mscompatibility.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@
from typing import Iterable
from zipfile import ZipFile, ZIP_LZMA
from math import isclose
from icecream import ic
# from icecream import ic
from pprint import pprint
from deepdiff import DeepDiff
import platform, logging, json, re, os #, lzma

ic.configureOutput(includeContext=True, contextAbsPath=False)
# ic.configureOutput(includeContext=True, contextAbsPath=False)

logging.basicConfig(filename="mscompatability.log", format='%(asctime)s %(message)s', filemode='w')
logger = logging.getLogger(__name__)
Expand Down

0 comments on commit dbe5e62

Please sign in to comment.