fixed model attribute function
Code Quality Pipeline / Test (push) Successful in 4m23s
CI Pipeline / Test (pull_request) Failing after 3m51s
CI Pipeline / Build and Publish (pull_request) Has been skipped

This commit is contained in:
Brian Bjarke Jensen
2024-05-07 21:30:51 +02:00
parent e3e836c9fa
commit 72c60170a7
+2 -2
View File
@@ -12,8 +12,8 @@ if __name__ == '__main__':
]
# generate random predictions
[
vis_com.generate_random_prediction()
vis_com.from_random()
for vis_com in vis_com_list
] # type: ignore
]
for vis_com in vis_com_list:
print(vis_com)