Skip to content

Commit

Permalink
Move validate step and fix docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
xylar committed Dec 23, 2024
1 parent cd9204f commit ee6d56d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion polaris/ocean/tasks/cosine_bell/restart/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
from polaris.ocean.mesh.spherical import add_spherical_base_mesh_step
from polaris.ocean.tasks.cosine_bell.init import Init
from polaris.ocean.tasks.cosine_bell.restart.restart_step import RestartStep
from polaris.ocean.tasks.cosine_bell.restart.validate import Validate
from polaris.ocean.tasks.cosine_bell.validate import Validate


class Restart(Task):
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ def __init__(self, component, step_subdirs, indir):
The component the step belongs to
step_subdirs : list of str
The number of processors used in each run
Subdirectories for the steps with outputs to compare
indir : str
the directory the step is in, to which ``name`` will be appended
Expand Down

0 comments on commit ee6d56d

Please sign in to comment.