IDAES / examples

IDAES platform examples and tutorials
https://idaes-examples.readthedocs.io
Other
14 stars 34 forks source link

Fixing instructions in developers README on how to run pytest #90

Closed JavalVyas2000 closed 2 months ago

JavalVyas2000 commented 3 months ago

Fixing typo

Fixes the flag for running a single notebook which should have been -c instead of -v in the developer readme.


Legal Acknowledgement

By contributing to this software project, I agree to the following terms and conditions for my contribution:

I agree my contributions are submitted under the license terms described in the LICENSE.txt file at the top level of this directory.
I represent I am authorized to make the contributions and grant the license. If my employer has rights to intellectual property that includes these contributions, I represent that I have received permission to make contributions and grant the required license on behalf of that employer.

📚 Documentation preview 📚: https://idaes-examples--90.org.readthedocs.build/en/90/

JavalVyas2000 commented 3 months ago

I get the following error when I run the above command with -v flag.

ERROR: usage: pytest [options] [file_or_dir] [file_or_dir] [...]
pytest: error: unrecognized arguments: --nbmake --nbmake-timeout=600 -n idaes_examples/notebooks/docs/unit_models/operations/compressor_test.ipynb
  inifile: C:\Users\javal\Desktop\Internship\IDAES-examples\idaes_examples\pytest.ini
  rootdir: C:\Users\javal\Desktop\Internship\IDAES-examples\idaes_examples
lbianchi-lbl commented 3 months ago

From the dev call:

ksbeattie commented 2 months ago

Closing in preference to #106