aai-institute / continuiti

Learning function operators with neural networks.
GNU Lesser General Public License v3.0
17 stars 3 forks source link

Bugfix: Broken Upstream Dependency #143

Closed JakobEliasWagner closed 1 month ago

JakobEliasWagner commented 1 month ago

Bugfix: Broken Upstream Dependency

Description

DeepXDE has scikit-learn as an upstream dependency. scikit-learn changed the file path to a specific method (https://github.com/scikit-learn/scikit-learn/commit/e125e67bce7811eefb6f449918dc6aba596678ee) causing this error. The error has been fixed in DeepXDE (https://github.com/lululxvi/deepxde/pull/1760) but still persists in the current release of DeepXDE. This issue exists for over two weeks now.

Once this issue has been addressed in the upstream package or a new release of DeepXDE is available this dependency can and should be removed again.

Which issue does this PR tackle?

How does it solve the problem?

How are the changes tested?

Checklist for Contributors

Checklist for Reviewers: