You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
The text was updated successfully, but these errors were encountered:
All projections expose
weight
andexponent
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)
The text was updated successfully, but these errors were encountered: