Skip to content

Basic usage code throws error #3

@aemerywatkins

Description

@aemerywatkins

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.

Metadata

Metadata

Assignees

Labels

MHMust Have code

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions