Skip to content

Commit

Permalink
Reinstated test_st40reader.py from main
Browse files Browse the repository at this point in the history
  • Loading branch information
marcosertoli committed Jul 10, 2024
1 parent bc3042a commit 4454660
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions tests/unit/readers/test_st40reader.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
"tws_c": ("", "tws_c", 0, set()),
"ts": ("", "ts", 0, set()),
"ppts": ("", "ppts", 0, set()),
"zeff_brems": ("", "zeff_brems", 0, set()),
}


Expand Down Expand Up @@ -162,10 +161,3 @@ def test_ts(instrument_name: str = "ts"):
def test_ppts(instrument_name: str = "ppts"):
data, database_results = run_reader_get_methods(instrument_name)
check_transforms(instrument_name, data)


if __name__ == "__main__":
from indica.readers.st40reader import ST40Reader

st40 = ST40Reader(23011560, 0, 1, tree="ZEFF_BREMS")
zeff_brems = st40.get("", "zeff_brems", "RUN10")

0 comments on commit 4454660

Please sign in to comment.