Skip to content

Commit c15ac48

Browse files
MaxGhenisclaude
andcommitted
Fix formatting in test_pandas3_compatibility.py
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent d0db036 commit c15ac48

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

microdf/tests/test_pandas3_compatibility.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,6 @@ def test_microdataframe_copy_independent(self):
197197
# Copy should be unchanged
198198
assert np.allclose(mdf_copy.weights, [1.0, 2.0, 3.0])
199199

200-
201200
def test_column_set_weights_after_access_regression(self):
202201
"""Regression test for pandas 3.0 CoW compatibility.
203202
@@ -218,6 +217,7 @@ def test_column_set_weights_after_access_regression(self):
218217
# Verify the new weights took effect
219218
assert np.allclose(col.weights, [4.0, 5.0, 6.0])
220219

220+
221221
class TestGroupByWithPandas3:
222222
"""Test groupby operations with pandas 3."""
223223

0 commit comments

Comments
 (0)