Skip to content

Upcast timing columns to float32 in Arrow export to avoid halffloat interop issues - #43

Merged
stefantaubert merged 4 commits into
devfrom
42-prediction-time-columns-serialize-inconsistently-across-formats
May 9, 2026
Merged

Upcast timing columns to float32 in Arrow export to avoid halffloat interop issues#43
stefantaubert merged 4 commits into
devfrom
42-prediction-time-columns-serialize-inconsistently-across-formats

Conversation

@fegue

@fegue fegue commented May 7, 2026

Copy link
Copy Markdown
Member

No description provided.

@fegue fegue linked an issue May 7, 2026 that may be closed by this pull request
@codecov

codecov Bot commented May 7, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.

Files with missing lines Coverage Δ
...coustic/inference/core/encoding/encoding_result.py 73.28% <100.00%> (+9.83%) ⬆️
...tic/inference/core/prediction/prediction_result.py 91.76% <100.00%> (+8.33%) ⬆️

... and 7 files with indirect coverage changes

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@stefantaubert
stefantaubert changed the base branch from main to dev May 9, 2026 07:22
@stefantaubert
stefantaubert merged commit 8d6392b into dev May 9, 2026
9 of 14 checks passed
@stefantaubert
stefantaubert deleted the 42-prediction-time-columns-serialize-inconsistently-across-formats branch May 9, 2026 07:27
stefantaubert added a commit that referenced this pull request May 9, 2026
* Fix issue 32 (#35)

* fix table

* fix issue 32

* rm accident

* bump version

* Fixing mac issues (#40)

* Fixing mac issues

* fix issue

---------

Co-authored-by: Stefan Kahl <kahst@hrz.tu-chemnitz.de>
Co-authored-by: Stefan Taubert <23339395+stefantaubert@users.noreply.github.com>

* Upcast timing columns to float32 in Arrow export to avoid halffloat interop issues (#43)

* add fix for issue 38

* add comment for current limitation

---------

Co-authored-by: Stefan Taubert <23339395+stefantaubert@users.noreply.github.com>

---------

Co-authored-by: Josef Haupt <josef_haupt@gmx.net>
Co-authored-by: Stefan Kahl <kahst@hrz.tu-chemnitz.de>
Co-authored-by: Felix Günther <guenther@oekofor.de>
stefantaubert added a commit that referenced this pull request May 9, 2026
* Fix issue 32 (#35)

* fix table

* fix issue 32

* rm accident

* bump version

* Fixing mac issues (#40)

* Fixing mac issues

* fix issue

---------

Co-authored-by: Stefan Kahl <kahst@hrz.tu-chemnitz.de>
Co-authored-by: Stefan Taubert <23339395+stefantaubert@users.noreply.github.com>

* Upcast timing columns to float32 in Arrow export to avoid halffloat interop issues (#43)

* Upcast timing columns to float32 in Arrow export to avoid halffloat interop issues

* add fix for issue 38

* add comment for current limitation

---------

Co-authored-by: Stefan Taubert <23339395+stefantaubert@users.noreply.github.com>

* Add option to set birdnet app data manually (#37)

* Add option to set birdnet app data manually

* update with copilot suggestions

* add entry in changelog

---------

Co-authored-by: Stefan Taubert <23339395+stefantaubert@users.noreply.github.com>

* bump version

---------

Co-authored-by: Josef Haupt <josef_haupt@gmx.net>
Co-authored-by: Stefan Kahl <kahst@hrz.tu-chemnitz.de>
Co-authored-by: Felix Günther <guenther@oekofor.de>
stefantaubert added a commit that referenced this pull request May 9, 2026
* Fix issue 32 (#35)

* fix table

* fix issue 32

* rm accident

* bump version

* Fixing mac issues (#40)

* Fixing mac issues

* fix issue

---------

Co-authored-by: Stefan Kahl <kahst@hrz.tu-chemnitz.de>
Co-authored-by: Stefan Taubert <23339395+stefantaubert@users.noreply.github.com>

* Upcast timing columns to float32 in Arrow export to avoid halffloat interop issues (#43)

* Upcast timing columns to float32 in Arrow export to avoid halffloat interop issues

* add fix for issue 38

* add comment for current limitation

---------

Co-authored-by: Stefan Taubert <23339395+stefantaubert@users.noreply.github.com>

* Add option to set birdnet app data manually (#37)

* Add option to set birdnet app data manually

* update with copilot suggestions

* add entry in changelog

---------

Co-authored-by: Stefan Taubert <23339395+stefantaubert@users.noreply.github.com>

* bump version

---------

Co-authored-by: Josef Haupt <josef_haupt@gmx.net>
Co-authored-by: Stefan Kahl <kahst@hrz.tu-chemnitz.de>
Co-authored-by: Felix Günther <guenther@oekofor.de>
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.

Prediction time columns serialize inconsistently across formats

2 participants