We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6561ccb commit be82a62Copy full SHA for be82a62
tests/iotools/test_tmy.py
@@ -18,6 +18,7 @@
18
def test_read_tmy3():
19
tmy.read_tmy3(TMY3_TESTFILE, map_variables=False)
20
21
+
22
def test_read_tmy3_buffer():
23
with open(TMY3_TESTFILE) as f:
24
tmy.read_tmy3(f, map_variables=False)
0 commit comments