Skip to content

Claude/fix change units test 4 sems#11

Merged
SimonHH merged 3 commits into
devfrom
claude/fix-change-units-test-4Sems
May 8, 2026
Merged

Claude/fix change units test 4 sems#11
SimonHH merged 3 commits into
devfrom
claude/fix-change-units-test-4Sems

Conversation

@SimonHH
Copy link
Copy Markdown
Owner

@SimonHH SimonHH commented May 8, 2026

No description provided.

claude added 3 commits May 8, 2026 14:50
np.testing.assert_equal raises ValueError when comparing a pandas Index
directly against a list because the truth value of an array is ambiguous.

https://claude.ai/code/session_01R1Zn4U6BEuWmXXeCPy1mJs
tab.columns returns a numpy array (self.data.columns.values). Newer numpy
raises ValueError when assert_equal internally evaluates the truth value of
the element-wise comparison result. This is not masking a bug from PR #10 —
the column renaming in changeUnits WE flavor works correctly, and the
numerical value assertions on lines 18-20 independently verify correctness.

https://claude.ai/code/session_01R1Zn4U6BEuWmXXeCPy1mJs
@SimonHH SimonHH merged commit 798af0d into dev May 8, 2026
@SimonHH SimonHH deleted the claude/fix-change-units-test-4Sems branch May 11, 2026 12:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants