[Bug]: HERD does not generate the paths properly when reading a zip #1045
Labels
category: bug
errors in the code or code behavior
priority: high
impacts proper operation or use of feature important to most users
What happened?
When reading a HERD zip file, it expands the the zip to read the table tsv files. However the path used is not correct, and it cannot find the tables.
The fix should be a change from
to
How did this happen/not get flagged?
In the tests, I provided the path as
'./HERD.zip'
, which allowed the path to be'.'
. However, in my tutorial the path I used for the zip was'HERD.zip'
, which made the path to be' '
. This did not extract the tsv files.With the fix, both inputs will be valid as it provides the full path no matter what.
Steps to Reproduce
Traceback
No response
Operating System
macOS
Python Executable
Conda
Python Version
3.12
Package Versions
No response
The text was updated successfully, but these errors were encountered: