diff --git a/evdspy/__version__.py b/evdspy/__version__.py index 06632c8..cc71c09 100644 --- a/evdspy/__version__.py +++ b/evdspy/__version__.py @@ -1 +1 @@ -#1.1.19 \ No newline at end of file +#1.1.20 \ No newline at end of file diff --git a/evdspy_test_t2.py b/evdspy_tes_t2.py similarity index 100% rename from evdspy_test_t2.py rename to evdspy_tes_t2.py diff --git a/evdspy_tes_t3.py b/evdspy_tes_t3.py index 988c5a5..86b27d7 100644 --- a/evdspy_tes_t3.py +++ b/evdspy_tes_t3.py @@ -1,5 +1,5 @@ - from evdspy import * + template = """TP_GSYIH01_GY_CF TP_GSYIH02_GY_CF TP_GSYIH03_GY_CF @@ -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) \ No newline at end of file +print(df) + +