royallgroup / TCC

The Topological Cluster Classification algorithm
https://royallgroup.github.io/TCC/
GNU General Public License v3.0
12 stars 5 forks source link

Python Wrapper: "No such file or directory". #90

Closed bc1032 closed 6 years ago

bc1032 commented 6 years ago

Temporary file is being deleted before analysis.

Commenting out Line 247 in wrapper.py stops this error from occurring.

merrygoat commented 6 years ago

We will need more detail than this to work out what is going on, which functions are you calling? There is no documentation for the wrapper yet but see the file reader tests for examples of usage.

Also quite a lot has changed with the wrapper in recent versions. Try again with the latest version in devel.

merrygoat commented 6 years ago

Having worked some more on the wrapper this is probably a misunderstanding of what the wrapper does. The wrapper has been extensively rewritten and documented, with documentation in df3b7f6ff9162239b90fe99a5bce6c31635c462c. This will be merged into master later this week.