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

Statistics parser prog in Wiki incorrectly named #153

Open
Conradcon opened this issue Dec 29, 2021 · 0 comments
Open

Statistics parser prog in Wiki incorrectly named #153

Conradcon opened this issue Dec 29, 2021 · 0 comments

Comments

@Conradcon
Copy link

In section 14.Scripts of the PonyGE2 Wiki under the heading Post-run Analysis the wiki states that the following should be run in the command line to call the statistics parser as a standalone program

$ python scripts/parse_stats.py --experiment_name [EXPERIMENT_NAME]

However, parse_stats.py is not the name of the program in the PonyGE2/src/scripts/ directory. The correct command should be

$ python scripts/stats_parser.py --experiment_name [EXPERIMENT_NAME]

A very small issue, but one that could be hard to spot and confusing for newcomers.

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

No branches or pull requests

1 participant