-
Notifications
You must be signed in to change notification settings - Fork 1
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
29 autonorm config generator #2
Conversation
I installed the package and ran the unit tests and they all passed. But I had the following error when trying to use it
|
I love the display JSON feature you showed me but unfortunately, it does not seem to work on chrome for me (mac). :-(. I had to use pprint instead (not as cool but does the job) |
When using the script (CLI), you need to specify the output file name, such as
|
My mistake, I thought the output was a folder, not a file name. It works! |
@JeanBilheux
Please let me know if there is any additional changes needed 😄 |
the new version got tested and it works great. comments: first try failed because the config file name provided did not have the Ideal would be to let the user know that the extension is missing. |
The following features have been implemented in this PR
preprocess
is added to provide the functiongenerate_config_CG1D
that can take a single directory or a list of directory to generate the configuration file.npmath
is added to provide auxiliary function for other main modules.generate_config.py
is added to provide CLI for the functiongenerate_config_CG1D
.