Skip to content

Commit 7de5285

Browse files
committed
Update test_all_estimators.py
1 parent 9b0e4ec commit 7de5285

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pytorch_forecasting/tests/test_all_estimators.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ class PackageConfig:
2828

2929
# package to search for objects
3030
# expected type: str, package/module name, relative to python environment root
31-
package_name = "pytroch_forecasting"
31+
package_name = "pytorch_forecasting"
3232

3333
# list of object types (class names) to exclude
3434
# expected type: list of str, str are class names

0 commit comments

Comments
 (0)