test(gpt): disable gpt test in github action.
This commit is contained in:
parent
2668894878
commit
79876a1f2f
|
@ -117,14 +117,14 @@ class ForecastTest(unittest.TestCase):
|
||||||
data, ts = self.get_input_list()
|
data, ts = self.get_input_list()
|
||||||
pass
|
pass
|
||||||
|
|
||||||
s = loader.get_service("td_gpt_fc")
|
# s = loader.get_service("td_gpt_fc")
|
||||||
s.set_input_list(data, ts)
|
# s.set_input_list(data, ts)
|
||||||
|
#
|
||||||
s.set_params({"host":'192.168.2.90:5000/ds_predict', 'fc_rows': 10, 'start_ts': 171000000, 'time_step': 86400*30})
|
# s.set_params({"host":'192.168.2.90:5000/ds_predict', 'fc_rows': 10, 'start_ts': 171000000, 'time_step': 86400*30})
|
||||||
r = s.execute()
|
# r = s.execute()
|
||||||
|
#
|
||||||
rows = len(r["res"][0])
|
# rows = len(r["res"][0])
|
||||||
draw_fc_results(data, False, r["res"], rows, "gpt")
|
# draw_fc_results(data, False, r["res"], rows, "gpt")
|
||||||
|
|
||||||
|
|
||||||
if __name__ == '__main__':
|
if __name__ == '__main__':
|
||||||
|
|
Loading…
Reference in New Issue