Skip to content

Commit

Permalink
Update test_loadshapes.py
Browse files Browse the repository at this point in the history
  • Loading branch information
eniocc authored Aug 27, 2021
1 parent 24102bd commit 36cff89
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/py_dss_interface/test_loadshapes.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@
# @Software: PyCharm

import pytest
import platform
import math as m


class TestLoadShapes13Bus:
Expand Down Expand Up @@ -213,6 +211,7 @@ def test_loadshapes_read_time_array(self):
actual = self.dss.loadshapes_read_time_array()
assert actual == expected

# TODO: method not writing
def test_loadshapes_write_time_array(self):
self.new_loadshape(True)
expected = [-1.0, 0.0, 1.0, 2.0, 3.0, 4.0, 5.0, 6.0, 7.0, 8.0, 9.0, 10.0, 11.0,
Expand Down

0 comments on commit 36cff89

Please sign in to comment.