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 multiple bindings configuration bug in binding mode specification #329

Merged
merged 1 commit into from
Nov 26, 2024

Conversation

jbreue16
Copy link
Contributor

@jbreue16 jbreue16 commented Nov 26, 2024

This PR fixes the configuration of the binding mode(s) when a vector is being used to specify multiple bindings, e.g. for multiple particle types.

Specifically, when a vector of length >1 for the binding mode (field IS_KINETIC) was specified, the opposite binding modes were actually configured, which is hereby fixed. The configuration for other cases i.e. single value specification was correct.

I dont know if this justifies a bug fix release, what do you think @schmoelder @ronald-jaepel @lieres ?

This commit fixes the configuration of the binding mode(s) when a vector
is being used to specify multiple bindings, e.g. for multiple particle
types.
@jbreue16 jbreue16 added the bug label Nov 26, 2024
@jbreue16 jbreue16 self-assigned this Nov 26, 2024
@jbreue16 jbreue16 merged commit 0887fcb into master Nov 26, 2024
4 checks passed
@jbreue16 jbreue16 deleted the fix/reqBndBug branch November 26, 2024 12:06
@github-actions github-actions bot locked and limited conversation to collaborators Nov 26, 2024
@schmoelder
Copy link
Contributor

Good catch!

I think we should strive for more frequent releases if bugs are fixed.

@jbreue16
Copy link
Contributor Author

jbreue16 commented Nov 26, 2024

Good catch!

Stumbled upon this, couldnt explain my results

I think we should strive for more frequent releases if bugs are fixed.

Agreed; this fix also has some relevance.. and our deployment workflow will improve if we release more often

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

2 participants