Closed fmagrini closed 5 months ago
Please provide a clear and concise description of the changes you've made.
If you are adding a new EspressoProblem, read the Contributor's Guide as a reference. Otherwise refer to the Developer's Guide.
EspressoProblem
Please indicate the type of change this pull request represents:
Please list any requirements or dependencies for running the problem here.
Provide any additional information on how to run the problem or context about it here.
If applicable, provide a brief description of the Jupyter notebook included with this problem.
To validate your problem:
$ python espresso_machine/build_package/build.py --pre --post -c <example_name>
Please confirm that you have tested your problem:
Confirm the licence under which this problem is distributed.
black
make html
docs/
python -m http.server 8000 -d build/html
localhost:8000
Please provide any additional information or context about the pull request here.
Espresso Pull Request Template
Description
Please provide a clear and concise description of the changes you've made.
If you are adding a new
EspressoProblem
, read the Contributor's Guide as a reference. Otherwise refer to the Developer's Guide.Type of Change
Please indicate the type of change this pull request represents:
Checklist for new
EspressoProblem
(remove me if not applicable)Requirements
Please list any requirements or dependencies for running the problem here.
Additional information
Provide any additional information on how to run the problem or context about it here.
Jupyter Notebook
If applicable, provide a brief description of the Jupyter notebook included with this problem.
Testing
To validate your problem:
Please confirm that you have tested your problem:
Licence
Confirm the licence under which this problem is distributed.
Checklist for Espresso core (remove me if not applicable)
black
Checklist for Espresso machine (remove me if not applicable)
black
Checklist for Espresso documentation (remove me if not applicable)
make html
in thedocs/
folderpython -m http.server 8000 -d build/html
and checked the changes atlocalhost:8000
Additional Information
Please provide any additional information or context about the pull request here.