Skip to content

Fixed CI failure#257

Merged
knikolla merged 1 commit into
CCI-MOC:mainfrom
QuanMPhm:fix/decimal
Jan 30, 2026
Merged

Fixed CI failure#257
knikolla merged 1 commit into
CCI-MOC:mainfrom
QuanMPhm:fix/decimal

Conversation

@QuanMPhm

@QuanMPhm QuanMPhm commented Jan 27, 2026

Copy link
Copy Markdown
Contributor

While not entirely clear, it seems the recent Pandas relase (3.0.0) changed how casting to decimal types works, causing some invoicing code to throw errors, specifically calls to read_csv()

Seperating loading of the CSV and casting seems to fix this

Comment thread process_report/tests/e2e/test_data/test_PI.csv
While not entire clear, it seems the recent Pandas relase (3.0.0)
changed how casting to decimal types works, generally making many
operations more strict. This caused some tests to fail.

Seperating loading of the CSV and casting seems to fix this.
A more rigorous review of how types are handled through the codebase
may be needed in the future.
@QuanMPhm

Copy link
Copy Markdown
Contributor Author

@knikolla I've amended the PR

@knikolla knikolla merged commit 18761b5 into CCI-MOC:main Jan 30, 2026
6 checks passed
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.

3 participants