Skip to content

Commit

Permalink
Merge pull request #12 from SermetPekin/v1.1.20
Browse files Browse the repository at this point in the history
V1.1.20
  • Loading branch information
SermetPekin authored Apr 17, 2024
2 parents 7c77b90 + 1149f9a commit b00a0e1
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion evdspy/__version__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
#1.1.19
#1.1.20
File renamed without changes.
8 changes: 5 additions & 3 deletions evdspy_tes_t3.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

from evdspy import *

template = """TP_GSYIH01_GY_CF
TP_GSYIH02_GY_CF
TP_GSYIH03_GY_CF
Expand All @@ -15,6 +15,8 @@
TP_GSYIH15_GY_CF
TP_GSYIH16_GY_CF
"""
# df = get_series(template, debug=False)

df = get_series(template, debug=False)
print(df)
print(df)


0 comments on commit b00a0e1

Please sign in to comment.