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 a6a9dca commit 80d001bCopy full SHA for 80d001b
tests/test_standalone_hdf.py
@@ -75,6 +75,7 @@ def test_hdf_kwargs(self):
75
"args": (),
76
"kwargs": {"a": a, "b": b},
77
"queue_id": 123,
78
+ "error_log_file": "error.out",
79
},
80
)
81
data_dict = load(file_name=file_name)
0 commit comments