Skip to content

Commit

Permalink
Type MSStructureSimulator.transform_data (#40)
Browse files Browse the repository at this point in the history
  • Loading branch information
sjperkins authored Oct 16, 2024
1 parent c18e83d commit 4295680
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion doc/source/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Changelog

X.Y.Z (DD-MM-YYYY)
------------------
* Add test case for irregular grids (:pr:`39`)
* Add test case for irregular grids (:pr:`39`, :pr:`40`)
* Rename MSv2PartitionEntryPoint to MSv2EntryPoint (:pr:`38`)
* Move ``chunks`` kwarg functionality in MSv2PartitionEntryPoint.open_datatree
to ``partition_chunks`` (:pr:`37`)
Expand Down
1 change: 1 addition & 0 deletions xarray_ms/testing/simulator.py
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,7 @@ class MSStructureSimulator:
simulate_data: bool
model: Dict[str, Any]
data_description: DataDescription
transform_data: Callable[[PartitionDataType], PartitionDataType] | None

def __init__(
self,
Expand Down

0 comments on commit 4295680

Please sign in to comment.