X Tutup
Skip to content

Issue 106: ZeroDivisionError while preprocessing #109

Merged
urialon merged 2 commits intotech-srl:masterfrom
gOATiful:master
Mar 13, 2023
Merged

Issue 106: ZeroDivisionError while preprocessing #109
urialon merged 2 commits intotech-srl:masterfrom
gOATiful:master

Conversation

@gOATiful
Copy link
Copy Markdown
Contributor

@gOATiful gOATiful commented Feb 5, 2021

addresses #106.

TMP_DIR was not set correctly and caused files created in the wrong directory.
The tmp dir path in ExtractFeaturesForDir should be "/tmp/feature_extractorXXXX" but was "".
This lead to empty *.rar.txt files.
Which finally causes the ZeroDivisionError.

@urialon urialon merged commit d68f07f into tech-srl:master Mar 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

X Tutup