Skip to content

Commit f0d1233

Browse files
committed
print contents
1 parent e50b51f commit f0d1233

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,9 @@ In addtion, the `SigLLM` object takes in a `decimal` argument to determine how m
7070
from sigllm import SigLLM
7171
from mlblocks.discovery import get_pipelines_paths
7272

73-
print(get_pipelines_paths())
73+
for path in get_pipelines_paths():
74+
print(path)
75+
print(os.listdir(path))
7476

7577
hyperparameters = {
7678
"orion.primitives.timeseries_anomalies.find_anomalies#1": {

0 commit comments

Comments
 (0)