Skip to content

Commit

Permalink
Update test_get_series.py
Browse files Browse the repository at this point in the history
  • Loading branch information
SermetPekin authored Sep 4, 2024
1 parent db2e505 commit ad98091
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions evdspy/EVDSlocal/tests/test_get_series.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@ def get_one(chs):


def test_get_series_2(capsys):
with capsys.disabled():
for _ in range(2) :
kw = get_options()
kwargs = tuple(kw)[0]
Expand All @@ -75,4 +74,4 @@ def test_get_series_2(capsys):
print(df , type(df ))
except:
pass


0 comments on commit ad98091

Please sign in to comment.