-
Notifications
You must be signed in to change notification settings - Fork 14
Add reliability assessment #83
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
base: master
Are you sure you want to change the base?
Changes from all commits
9d9e82b
c3847d9
d02d57d
fae49b2
5f2eba2
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -18,11 +18,13 @@ | |
| sys.path.insert(0, os.path.abspath("../../PreREISE")) | ||
| sys.path.insert(0, os.path.abspath("../../PowerSimData")) | ||
| sys.path.insert(0, os.path.abspath("../../PostREISE")) | ||
| sys.path.insert(0, os.path.abspath("../../reliability-assessment")) | ||
|
|
||
| import warnings | ||
|
|
||
| warnings.filterwarnings("ignore", message="numpy.dtype size changed") | ||
| warnings.filterwarnings("ignore", message="numpy.ufunc size changed") | ||
| warnings.filterwarnings("ignore", message="numpy.ndarray size changed") | ||
| warnings.filterwarnings("ignore", message="Container node skipped") | ||
|
|
||
| # -- General configuration --------------------------------------------------- | ||
|
|
@@ -66,10 +68,16 @@ | |
| # This pattern also affects html_static_path and html_extra_path. | ||
| exclude_patterns = [ | ||
| "_build", | ||
| "conftest.rst", | ||
| "modules.rst", | ||
| "setup.rst", | ||
| "prereise/hydro/legacy/capacity_factor.rst", | ||
| "prereise/renewables/solar/wind.rst", | ||
| "prereise/demand/transportation_electrification/data.rst", | ||
| "prereise/demand/transportation_electrification/methodology.rst", | ||
| "prereise.gather.flexibilitydata.doe.examples.rst", | ||
|
Collaborator
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Exclude scripts generating a lot of files |
||
| "postreise/README.md" | ||
|
Collaborator
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Exclude README explaining how to generate plots in the PostREISE tutorial. |
||
| "reliabilityassessment/usage.rst", | ||
|
Collaborator
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Solve an issue with numref |
||
| ] | ||
|
|
||
| # The name of the Pygments (syntax highlighting) style to use. | ||
|
|
@@ -115,7 +123,6 @@ | |
| "fixed_sidebar": False, | ||
| "sidebar_width": "20%", | ||
| "page_width": "80%", | ||
| "page_width": "auto", | ||
| "github_button": True, | ||
| "github_user": "Breakthrough-Energy", | ||
| "github_repo": "docs", | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1 @@ | ||
| ../../reliability-assessment/docs/ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Exclude outdated documentation. Hydro profiles and solar profiles using capacity factors and WIND toolkit, respectively, are not used anymore