add classification
This commit is contained in:
@@ -39,7 +39,7 @@ if __name__ == "__main__":
|
||||
delta = datetime.strptime(end_time, "%Y-%m-%d %H:%M:%S") - datetime.strptime(start_time, "%Y-%m-%d %H:%M:%S")
|
||||
total_deta = total_deta + delta
|
||||
total_count = total_count + 1
|
||||
print(combined_data['_id'], combined_data["incubationTime"], combined_data["testTime"], delta)
|
||||
print(combined_data['_id'], combined_data["incubationTime"], combined_data["testTime"], delta, combined_data["classificationResult"])
|
||||
|
||||
print("tests count", total_count)
|
||||
print("incubation avg:", total_deta / total_count)
|
||||
|
||||
Reference in New Issue
Block a user