NREL / PVDegradationTools

Set of tools to calculate degradation responses and degradation related parameters for PV.
https://pvdegradationtools.readthedocs.io/
Other
24 stars 5 forks source link

Monte Carlo - Standoff.ipynb to break on merge #48

Closed tobin-ford closed 6 months ago

tobin-ford commented 7 months ago

Standoff tutorial notebook will break post merge, Kempe_Standoff -> main and dev_montecarlo -> main

martin-springer commented 7 months ago

@tobin-ford - merge either the development branch or Kempe_standoff_PR branch into your Monte Carlo branch. That should take care of this issue.

You can do the merge in VSCode. Make sure you have your Monte Carlo branch checked out. Then got to Source Control, click on the three dots next to your branch name. In the dropdown menu go to Branch -> Merge branch... -> select one of the mentioned branches. This should take care of it.

martin-springer commented 7 months ago

if you get merge conflicts, you can look up how to resolve them here https://code.visualstudio.com/docs/sourcecontrol/overview

martin-springer commented 6 months ago

@tobin-ford - I think this can be closed?