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 17d9b0b commit 6ab294fCopy full SHA for 6ab294f
pvlib/tests/iotools/test_bsrn.py
@@ -31,4 +31,4 @@ def expected_index():
31
32
def test_format_index():
33
actual = bsrn.read_bsrn(testfile)
34
- assert actual.index.equals(expected_index)
+ assert actual.index.equals(expected_index())
0 commit comments