Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Output "." raises extension error in Predict #103

Closed
SietsmaRJ opened this issue Jun 9, 2022 · 0 comments · Fixed by #105
Closed

Output "." raises extension error in Predict #103

SietsmaRJ opened this issue Jun 9, 2022 · 0 comments · Fixed by #105
Labels
bug Something isn't working

Comments

@SietsmaRJ
Copy link
Contributor

Describe the bug

When CAPICE predict is run in Predict mode, supplying -o . on it's command line arguments, will raise an extension error that the file should end with either .tsv or .tsv.gz

System information (command line)

  • OS: Manjaro
  • Version: 3.1.0
  • Python version: Python3.10.4
  • Shell: ZSH

How to Reproduce

Steps to reproduce the behavior:

  1. capice predict -i ./resources/predict_input.tsv.gz -m <path/to/model.pickle.dat> -o .

Expected behavior

If -o . is supplied, either raise error that -o . is default and doesn't need to be supplied OR rewrite code that -o . will also be the directory from where the CAPICE call is made.

@SietsmaRJ SietsmaRJ added the bug Something isn't working label Jun 9, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant