Skip to content

Commit cf7ffb8

Browse files
committed
demos/tests: add time_series_forecasting_demo
1 parent 1fa75fd commit cf7ffb8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

demos/tests/cases.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1321,6 +1321,9 @@ def single_option_cases(key, *args):
13211321
]
13221322
)),
13231323

1324+
PythonDemo(name='time_series_forecasting_demo', device_keys=[],
1325+
model_keys=['-m'], test_cases=[TestCase(options={'-h': ''})]),
1326+
13241327
PythonDemo(name='whiteboard_inpainting_demo', device_keys=['-d'],
13251328
model_keys=['-m_i', '-m_s'], test_cases=combine_cases(
13261329
TestCase(options={'-i': TestDataArg('msasl/global_crops/_nz_sivss20/clip_0017/img_%05d.jpg'),

0 commit comments

Comments
 (0)