Describe the bug
Guidelines advise users to clear outputs before committing changes to notebooks
To Reproduce
See
|
* Clear outputs before committing (pre-commit will help) |
Expected behavior
Outputs should not be cleared. Notebooks should be rerun to store new outputs if core logic has changed.
Screenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
- OS: [e.g. iOS]
- pvdeg version [e.g. 22]
Additional context
Might be helpful to add a note on how to rerun using jupyter nbconvert (for example jupyter nbconvert --to notebook --execute --inplace tutorials/04_scenario/01_scenario_temperature.ipynb
Describe the bug
Guidelines advise users to clear outputs before committing changes to notebooks
To Reproduce
See
PVDegradationTools/docs/source/user_guide/contributing.rst
Line 309 in ab0d99b
Expected behavior
Outputs should not be cleared. Notebooks should be rerun to store new outputs if core logic has changed.
Screenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
Additional context
Might be helpful to add a note on how to rerun using
jupyter nbconvert(for examplejupyter nbconvert --to notebook --execute --inplace tutorials/04_scenario/01_scenario_temperature.ipynb