generated from carpentries-incubator/python-intermediate-inflammation
-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
Distribution Ubuntu 20.04, running in terminal, Python 3.8.12 (Anaconda)
When running the line of code under Basic Usage in the README.md documentation:
python3 inflammation-analysis.py --view record --patient 1 data/inflammation-01.csv
the following error occurs:
inflammation-analysis.py: error: unrecognized arguments: data/inflammation-01.csv
Running this instead is successful:
python3 inflammation-analysis.py --view record --patient 1 --infiles data/inflammation-01.csv
So it seems that 'infiles' is an optional argument, and so needs to be specified. The documentation should be updated to correct this.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
MHMust Have codeMust Have code