Skip to content

Commit fe33c70

Browse files
committed
ruff format
1 parent 9fb3718 commit fe33c70

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

tests/test_resample_equivalence.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -93,9 +93,7 @@ def test_resample_equivalence_mixed_dimensions(method, freq):
9393
ds = create_dataset_with_mixed_dimensions(n_timesteps=100)
9494

9595
# Method 1: Optimized approach (with dimension grouping)
96-
result_optimized = fx.FlowSystem._resample_by_dimension_groups(
97-
ds, freq, method
98-
)
96+
result_optimized = fx.FlowSystem._resample_by_dimension_groups(ds, freq, method)
9997

10098
# Method 2: Naive approach (direct Dataset resampling)
10199
result_naive = naive_dataset_resample(ds, freq, method)

0 commit comments

Comments
 (0)