mirror of
https://github.com/wassname/pytorch-ts.git
synced 2026-08-01 12:51:16 +08:00
Add imports from holiday.py in unit test module (#14)
Fixes failing unit tests due to missing imports.
This commit is contained in:
@@ -41,7 +41,9 @@ from pts.feature.holiday import (
|
||||
CYBER_MONDAY,
|
||||
SpecialDateFeatureSet,
|
||||
squared_exponential_kernel,
|
||||
CustomDateFeatureSet
|
||||
exponential_kernel,
|
||||
CustomDateFeatureSet,
|
||||
CustomHolidayFeatureSet
|
||||
)
|
||||
|
||||
test_dates = {
|
||||
|
||||
Reference in New Issue
Block a user