Skip to content

Commit

Permalink
Reformatted with black
Browse files Browse the repository at this point in the history
  • Loading branch information
jeipollack committed Oct 5, 2023
1 parent cecab7a commit dd6a0f5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/wf_psf/utils/io.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ def __init__(self, repodir_path, output_path, config_path):
self._optimizer = "optim-hist"
self._plots = "plots"
self._psf_model = "psf_model"


def setup_outputs(self):
"""Setup Outputs.
Expand Down Expand Up @@ -241,7 +240,7 @@ def get_optimizer_dir(self, optimizer_dir):
optimizer_dir,
self._optimizer,
)

def get_psf_model_dir(self, psf_model_dir):
"""Get PSF Model Directory.
Expand Down

0 comments on commit dd6a0f5

Please sign in to comment.