Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix: make transforms AsSet and AsTimeSeries serializable #306

Merged
merged 3 commits into from
Feb 11, 2025

Conversation

vpratz
Copy link
Collaborator

@vpratz vpratz commented Feb 11, 2025

Add missing trivial get_config and from_config functions. Fixes #302.

@codecov-commenter
Copy link

codecov-commenter commented Feb 11, 2025

⚠️ Please install the 'codecov app svg image' to ensure uploads and comments are reliably processed by Codecov.

Codecov Report

Attention: Patch coverage is 40.00000% with 9 lines in your changes missing coverage. Please review.

Files with missing lines Patch % Lines
bayesflow/networks/flow_matching/flow_matching.py 0.00% 5 Missing ⚠️
bayesflow/adapters/transforms/as_set.py 60.00% 2 Missing ⚠️
bayesflow/adapters/transforms/as_time_series.py 60.00% 2 Missing ⚠️

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Files with missing lines Coverage Δ
bayesflow/adapters/transforms/as_set.py 57.14% <60.00%> (ø)
bayesflow/adapters/transforms/as_time_series.py 57.14% <60.00%> (ø)
bayesflow/networks/flow_matching/flow_matching.py 82.07% <0.00%> (-5.81%) ⬇️

... and 23 files with indirect coverage changes

@paul-buerkner
Copy link
Contributor

paul-buerkner commented Feb 11, 2025 via email

Copy link
Contributor

@LarsKue LarsKue left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you for the fix!

@vpratz vpratz merged commit 5da3759 into bayesflow-org:dev Feb 11, 2025
13 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.

4 participants