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

Fix the bug of tensors not on the same device when running on CUDA device #59

Merged
merged 10 commits into from
Apr 19, 2023
Prev Previous commit
Next Next commit
fix: flake8 linting error `F401 'pypots.version.__version__' imported…
… but unused`;
  • Loading branch information
WenjieDu committed Apr 19, 2023
commit 707f094275080a4a20cc6bd5a40c42d0fa76c4c7
1 change: 1 addition & 0 deletions pypots/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,5 @@
"clustering",
"forecasting",
"utils",
"__version__",
]