Enhancement: Update pyproject.toml
#471
Open
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Update
pyproject.tomlPer the changelog, this PR focuses entirely on updating out of date settings, typos, unused dependencies, and odd spacing throughout the
pyproject.toml. To help streamline finding dependencies, they have also been alphabetized with NREL-developed packages located at the bottom of the list.Section 1: Type of Contribution
Section 2: Draft PR Checklist
TODO:
Type of Reviewer Feedback Requested (on Draft PR)
Structural feedback:
Implementation feedback:
Other feedback:
Section 3: General PR Checklist
docs/files are up-to-date, or added when necessaryCHANGELOG.mdhas been updated to describe the changes made in this PRSection 3: Related Issues
N/A, I identified a number of issues while revisiting this project.
Section 4: Impacted Areas of the Software
Section 4.1: New Files -N/A
path/to/file.extensionmethod1: What and why something was changed in one sentence or less.Section 4.2: Modified Files
pyproject.toml: fixed typos (tests vs test) and spacing issues, removed or fixes outdated settings, and removed unused dependencies.h2integrate/: Updated linting settings were applied.Section 5: Additional Supporting Information
I welcome any feedback, especially on erroneous removals of dependencies that are actually required to power another dependency.
Section 6: Test Results, if applicable
Tests pass.
Section 7 (Optional): New Model Checklist - N/A
docs/developer_guide/coding_guidelines.mdattrsclass to define theConfigto load in attributes for the modelBaseConfigorCostModelBaseConfiginitialize()method,setup()method,compute()methodCostModelBaseClasssupported_models.pycreate_financial_modelinh2integrate_model.pytest_all_examples.pydocs/user_guide/model_overview.mddocs/section<model_name>.mdis added to the_toc.yml