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

Gromov barycenter example bug #424

Closed
ncassereau opened this issue Dec 20, 2022 · 0 comments · Fixed by #425
Closed

Gromov barycenter example bug #424

ncassereau opened this issue Dec 20, 2022 · 0 comments · Fixed by #425

Comments

@ncassereau
Copy link
Contributor

Describe the bug

The example no longer runs :(
I'll suggest a PR today.

To Reproduce

Steps to reproduce the behavior:

  1. Run examples/gromov/plot_gromov_wasserstein.py
Unexpected failing examples:
/home/circleci/project/examples/gromov/plot_gromov_barycenter.py failed leaving traceback:
Traceback (most recent call last):
  File "/home/circleci/project/examples/gromov/plot_gromov_barycenter.py", line 113, in <module>
    xs = np.array([np.array(xs[0]), np.array(xs[1]),
ValueError: setting an array element with a sequence. The requested array has an inhomogeneous shape after 1 dimensions. The detected shape was (4,) + inhomogeneous part.

Expected behavior

It should run smoothly.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant