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

Interpolating between identical source and target locations on continuous spaces throws ZeroDivisionError #275

Open
2 tasks
fxjung opened this issue Dec 11, 2024 · 0 comments
Assignees

Comments

@fxjung
Copy link
Member

fxjung commented Dec 11, 2024

Whereas for graph spaces, we check for identical locations, for continuous spaces we do not. This might lead to simulations crashing.

  • Check for u == v in python continuous spaces
  • Check for u == v in cython continuous spaces
@fxjung fxjung self-assigned this Dec 11, 2024
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

No branches or pull requests

1 participant