Skip to content

Commit

Permalink
fixed type / add changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
tgalvin committed Jul 5, 2024
1 parent facdba5 commit e89ca15
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
- added reading of ArchiveOptions from strategy file for continuum pipeline and `flint_archive`
- Adaptive colour bar scaling in the rms validation plot
- Create multiple linmos images if `--fixed-beam-shape` specified, one at an optimal common resolution and another at the specified resolution
- Dump the `FieldOptions` to the output science directory

## 0.2.4

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 @@ -158,7 +158,7 @@ def process_science_fields(
output_path=add_timestamp_to_path(
input_path=output_split_science_path / "field_options.yaml"
),
field_optios=field_options,
field_options=field_options,
)

archive_wait_for: List[Any] = []
Expand Down

0 comments on commit e89ca15

Please sign in to comment.