Conversation
danielolsen
approved these changes
Mar 25, 2020
Contributor
danielolsen
left a comment
There was a problem hiding this comment.
python -m pytest
============================= test session starts =============================
platform win32 -- Python 3.7.4, pytest-5.3.1, py-1.8.0, pluggy-0.13.1
rootdir: C:\Users\dolsen\repos\iv\PowerSimData
collected 90 items
powersimdata\input\tests\test_design_transmission.py ................... [ 21%]
.................. [ 41%]
powersimdata\input\tests\test_grid.py .............. [ 56%]
powersimdata\scaling\clean_capacity_scaling\tests\test_object_persistence.py . [ 57%]
.. [ 60%]
powersimdata\scaling\clean_capacity_scaling\tests\test_resource_target_manager.py . [ 61%]
.............. [ 76%]
powersimdata\scaling\clean_capacity_scaling\tests\test_strategies.py ... [ 80%]
....... [ 87%]
powersimdata\scaling\clean_capacity_scaling\tests\test_target_manager_input.py . [ 88%]
.. [ 91%]
powersimdata\scenario\tests\test_scenario_info.py ........ [100%]
============================== warnings summary ===============================
C:\Python37\lib\site-packages\win32\lib\pywintypes.py:2
C:\Python37\lib\site-packages\win32\lib\pywintypes.py:2: DeprecationWarning: the imp module is deprecated in favour of importlib; see the module's documentation for alternative uses
import imp, sys, os
-- Docs: https://docs.pytest.org/en/latest/warnings.html
======================== 90 passed, 1 warning in 5.34s ========================
1fc7973 to
94006a7
Compare
Merged
This file contains hidden or 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
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.
Purpose
Update an import statement in the
design_transmissionmodule due to a reorganization in PostREISEWhat is the code doing
Update import statement
Where to look
It is one line of code in the
design_transmissionmoduleTime estimate
It should be super quick