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

Projection.weight and Projection.exponent are never applied #2417

Open
jvesely opened this issue May 14, 2022 · 0 comments
Open

Projection.weight and Projection.exponent are never applied #2417

jvesely opened this issue May 14, 2022 · 0 comments
Labels
bug Should work but doesn't

Comments

@jvesely
Copy link
Collaborator

jvesely commented May 14, 2022

All projections expose weight and exponent parameters.
Although there is code processing the parameters, the values are never used during computation.

Simple testing using MappingProjection gives the same result for all configurations below:
MappingProjection(sender=..., receiver=...)
MappingProjection(sender=..., receiver=..., exponent=5)
MappingProjection(sender=..., receiver=..., weight=-5)
MappingProjection(sender=..., receiver=..., exponent=5, weight=-5)

@jvesely jvesely added the bug Should work but doesn't label May 14, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Should work but doesn't
Projects
None yet
Development

No branches or pull requests

1 participant