Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
pgierz committed Jan 29, 2025
1 parent 94547a7 commit a50060b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions src/esm_runscripts/postprocess.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,7 @@ def run_job(config):


def convert_to_zarr(config):
"""
Converts the output to zarr format using xarray
"""
"""Converts the output to zarr format using xarray"""
if not config["general"].get("convert_to_zarr", False):
logger.info("Skipping conversion to zarr")
return config
Expand Down
2 changes: 1 addition & 1 deletion src/esm_runscripts/prepexp.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@

import questionary
from colorama import Fore
from loguru import logger

import esm_parser
import esm_tools
from loguru import logger

from . import filelists
from .helpers import end_it_all, evaluate, write_to_log
Expand Down

0 comments on commit a50060b

Please sign in to comment.