topologicpy icon indicating copy to clipboard operation
topologicpy copied to clipboard

The input path parameter does not contain any valid YAML files. Returning None

Open johnmirts opened this issue 9 months ago • 1 comments

Upgrading from v0.7.77 to v0.8.20 I encounter the following error message when calling d = Graph.ByCSVPath(path): "The input path parameter does not contain any valid YAML files. Returning None". The .csv and .yaml files are downloaded fromhttps://github.com/wassimj/topologicpy/blob/main/assets/MachineLearning/testing_dataset

johnmirts avatar Apr 12 '25 02:04 johnmirts

The path should point to the parent folder not to the actual files. If this doesn’t solve it, please send the code snippet and the folder structure.

wassimj avatar Apr 12 '25 05:04 wassimj