-
Notifications
You must be signed in to change notification settings - Fork 11
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
Bug Fix: Keep logged events within the timing bounds #120
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## develop #120 +/- ##
===========================================
- Coverage 55.93% 55.73% -0.20%
===========================================
Files 21 21
Lines 3570 3563 -7
Branches 739 738 -1
===========================================
- Hits 1997 1986 -11
- Misses 1452 1456 +4
Partials 121 121
☔ View full report in Codecov by Sentry. |
RHammond2
added a commit
that referenced
this pull request
Oct 27, 2023
* Update Test PyPI action settings (#108) * Bug Fix: Process recreation and equipment cost breakdowns (#109) * update equipment labor breakdown to include equipment and duration * add missing process recreation for in situ replacements * update docstring * update changelog * fix bad reference (#110) * Bug Fix: Ensure system downtime starts appropriately (#111) * only reset subassemblies that are worked on directly * allow invalid to happen before servicing and properly control * update the operating level logging in in_situ_repairs * ensure repairs actually go into the next shift if incomplete from weather delays * ensure travel can't occur when it goes past one shift and into another * fix repair manager checks for updated logic * ignore third party's deprecation warnings * fix the unscheduled timing for better logic control * ensure a delayed start to the repair still counts as the initial processing * slight timing update for handling of 24 hour shifts * ensure 24 hour shifts don't travel back when new window needed * remove print * put system invalidation back in place * update changelog * ensure requests can't collide * move wait period to the request getter * fix combined yield and return * fix tests * add invalidation to timing collision avoidance * make system invalidation more flexible * move random wait to environment * remove timeout from service equipment * ensure port repairs always trigger before the next at site repair * ensure ttp are not dispatched multiple times for the same turbine * fix hlv dispatch timing * add list of systems waiting for ttp to reduce chances of overlapping dispatches * update changelog * Deprecate old library (#114) * remove old library warnings and fully deprecate the usage * update the changelog * update the how to guide for the library changes * Deprecate PySAM Usage (#117) * remove pysam * remove pysam references from the docs * Bug fix: Task completion rate clarity (#118) * add potential fix for low task completion due to replacements * log which request type is canceled in 'action' * update metric for change in canceled phrasing * fix cable getter to allow for multiple cable naming conventions * update changelog * Bug Fix: Keep logged events within the timing bounds (#120) * ensure events attempting to be logged after the end of simulation are cancelled * update changelog * add NAWEA 2023 documentation * add working COREWIND D4.2 data * Feature: Add basic plotting routines (#121) * add basic plotting functionality * allow for time or enery avail and fix memory carryover bug * update changelog * add windfarm operations calculation at the front end and fix windfarm productino bug * update changelog * update changelog * add example and update workshop guidance * fix end of file lines * update data for labor costs and update workshop listings * Deprecate `Configuration.library_path` (#122) * depreacte configuration library requirement * update documentation * update workshop guide * add ORBIT port costs * update the presentation and notebook * OpEx Breakdown Function (#119) * Update post_processor.py OpEx breakdown function * eliminate extra year * delete nan years line * make existing opex() method make the breakdown * Opex breakdown in Metrics.opex() * add CHANGELOG --------- Co-authored-by: dmulash <[email protected]> * remove presentation from gh * Enhancement: Switch to `pyproject.toml` for all configurations (#123) * update wombat urls * remove old config and update python version * rerun pre-commit hooks * fully upgrade to pyproject.toml * update pyprpoject to install actual package and data * Update documentation ahead of v0.9 release (#124) * udpate documentation examples * update outdated explanation * update outputs * fix bad hyperlink * udpate changelog * split up the api documentation and utilities * add plotting methods * fix typos and enable utilities docs' * fix redundant docs * remove extra params' * udpate changelog * fix example bugs * update example results * minor fixes * update examples listing * ignore examples in auto running * update user guide and opex with breakdown * update the example notebooks * fix bad vessel naming convention * fix issues with config compatibility * rerun validation notebooks and update timing * remove results from repository to save space * update licensing per NREL-Apache guidance * update the license notice on the docs * update copyright date in docs * update examples notebook pages * rerun examples to get output to show * remove links to the presentation until approved --------- Co-authored-by: Daniel Mulas Hernando <[email protected]> Co-authored-by: dmulash <[email protected]>
github-actions bot
pushed a commit
that referenced
this pull request
Oct 27, 2023
* Update Test PyPI action settings (#108) * Bug Fix: Process recreation and equipment cost breakdowns (#109) * update equipment labor breakdown to include equipment and duration * add missing process recreation for in situ replacements * update docstring * update changelog * fix bad reference (#110) * Bug Fix: Ensure system downtime starts appropriately (#111) * only reset subassemblies that are worked on directly * allow invalid to happen before servicing and properly control * update the operating level logging in in_situ_repairs * ensure repairs actually go into the next shift if incomplete from weather delays * ensure travel can't occur when it goes past one shift and into another * fix repair manager checks for updated logic * ignore third party's deprecation warnings * fix the unscheduled timing for better logic control * ensure a delayed start to the repair still counts as the initial processing * slight timing update for handling of 24 hour shifts * ensure 24 hour shifts don't travel back when new window needed * remove print * put system invalidation back in place * update changelog * ensure requests can't collide * move wait period to the request getter * fix combined yield and return * fix tests * add invalidation to timing collision avoidance * make system invalidation more flexible * move random wait to environment * remove timeout from service equipment * ensure port repairs always trigger before the next at site repair * ensure ttp are not dispatched multiple times for the same turbine * fix hlv dispatch timing * add list of systems waiting for ttp to reduce chances of overlapping dispatches * update changelog * Deprecate old library (#114) * remove old library warnings and fully deprecate the usage * update the changelog * update the how to guide for the library changes * Deprecate PySAM Usage (#117) * remove pysam * remove pysam references from the docs * Bug fix: Task completion rate clarity (#118) * add potential fix for low task completion due to replacements * log which request type is canceled in 'action' * update metric for change in canceled phrasing * fix cable getter to allow for multiple cable naming conventions * update changelog * Bug Fix: Keep logged events within the timing bounds (#120) * ensure events attempting to be logged after the end of simulation are cancelled * update changelog * add NAWEA 2023 documentation * add working COREWIND D4.2 data * Feature: Add basic plotting routines (#121) * add basic plotting functionality * allow for time or enery avail and fix memory carryover bug * update changelog * add windfarm operations calculation at the front end and fix windfarm productino bug * update changelog * update changelog * add example and update workshop guidance * fix end of file lines * update data for labor costs and update workshop listings * Deprecate `Configuration.library_path` (#122) * depreacte configuration library requirement * update documentation * update workshop guide * add ORBIT port costs * update the presentation and notebook * OpEx Breakdown Function (#119) * Update post_processor.py OpEx breakdown function * eliminate extra year * delete nan years line * make existing opex() method make the breakdown * Opex breakdown in Metrics.opex() * add CHANGELOG --------- Co-authored-by: dmulash <[email protected]> * remove presentation from gh * Enhancement: Switch to `pyproject.toml` for all configurations (#123) * update wombat urls * remove old config and update python version * rerun pre-commit hooks * fully upgrade to pyproject.toml * update pyprpoject to install actual package and data * Update documentation ahead of v0.9 release (#124) * udpate documentation examples * update outdated explanation * update outputs * fix bad hyperlink * udpate changelog * split up the api documentation and utilities * add plotting methods * fix typos and enable utilities docs' * fix redundant docs * remove extra params' * udpate changelog * fix example bugs * update example results * minor fixes * update examples listing * ignore examples in auto running * update user guide and opex with breakdown * update the example notebooks * fix bad vessel naming convention * fix issues with config compatibility * rerun validation notebooks and update timing * remove results from repository to save space * update licensing per NREL-Apache guidance * update the license notice on the docs * update copyright date in docs * update examples notebook pages * rerun examples to get output to show * remove links to the presentation until approved --------- Co-authored-by: Daniel Mulas Hernando <[email protected]> Co-authored-by: dmulash <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
This PR resolves an edge case where a crew transfer gets initiated for midnight after the end of the last day of the simulation by checking the timestamp in the environment's logging method and ignoring any log occurring after that.