We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09064f9 commit 1e1e7e3Copy full SHA for 1e1e7e3
README.md
@@ -73,7 +73,8 @@ from mlblocks.discovery import get_pipelines_paths
73
74
for path in get_pipelines_paths():
75
print(path)
76
- print(os.listdir(path))
+ if os.path.isdir(path):
77
+ print(os.listdir(path))
78
79
hyperparameters = {
80
"orion.primitives.timeseries_anomalies.find_anomalies#1": {
0 commit comments