Compare commits
2 Commits
ecb44f84f4
...
24f84a392e
| Author | SHA1 | Date | |
|---|---|---|---|
| 24f84a392e | |||
| 638bfb3156 |
@@ -2,6 +2,7 @@ from algorithm import algorithm
|
||||
import json
|
||||
import ray
|
||||
|
||||
# @ray.remote
|
||||
@ray.remote
|
||||
class variance_x(algorithm):
|
||||
def __init__(self):
|
||||
|
||||
@@ -26,6 +26,6 @@ contrast_data[cow_name+'_variance_x'] = variance_data[cow_name]
|
||||
# average_data.to_csv("D:/python_project_data/1_disturb.csv", index=False)
|
||||
contrast_data.to_csv("D:/python_project_data/variance_data_x.csv", index=False)
|
||||
|
||||
|
||||
ray.shutdown()
|
||||
# 以下均为测试性能用
|
||||
# print(algorithm_step.config_)
|
||||
Reference in New Issue
Block a user