Skip to content

Commit

Permalink
Merge branch 'copystrat' of github.com:tjgalvin/flint into copystrat
Browse files Browse the repository at this point in the history
  • Loading branch information
tgalvin committed Apr 12, 2024
2 parents d912218 + 3dc2506 commit 914ca84
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion flint/configuration.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@

from flint.imager.wsclean import WSCleanOptions
from flint.logging import logger
from flint.naming import add_timestamp_to_path
from flint.masking import MaskingOptions
from flint.naming import add_timestamp_to_path
from flint.selfcal.casa import GainCalOptions

KNOWN_HEADERS = ("defaults", "initial", "selfcal", "version")
Expand Down
2 changes: 1 addition & 1 deletion flint/prefect/flows/continuum_pipeline.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@

from flint.calibrate.aocalibrate import find_existing_solutions
from flint.configuration import (
copy_and_timestamp_strategy_file,
get_options_from_strategy,
load_strategy_yaml,
copy_and_timestamp_strategy_file,
)
from flint.logging import logger
from flint.ms import MS
Expand Down

0 comments on commit 914ca84

Please sign in to comment.