Skip to content

Commit

Permalink
Fixed typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
rwiker committed Nov 22, 2023
1 parent 8129306 commit f982c8e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/fmu/sumo/sim2sumo/_special_treatments.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
import pandas as pd
import pyarrow as pa

logging.getLogger(__name__).setlevel(logging.DEBUG)
logging.getLogger(__name__).setLevel(logging.DEBUG)

def convert_to_arrow(frame):
"""Convert pd.DataFrame to arrow
Expand Down
2 changes: 1 addition & 1 deletion src/fmu/sumo/sim2sumo/sim2sumo.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
from fmu.sumo.uploader.scripts.sumo_upload import sumo_upload_main
from ._special_treatments import SUBMODULES, SUBMOD_DICT, convert_options, tidy

logging.getLogger(__name__).setlevel(logging.DEBUG)
logging.getLogger(__name__).setLevel(logging.DEBUG)


def yaml_load(file_name):
Expand Down

0 comments on commit f982c8e

Please sign in to comment.