We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3b35ad6 + dbc0f77 commit da7ca49Copy full SHA for da7ca49
dl1_data_handler/reader.py
@@ -276,7 +276,7 @@ def __init__(
276
if example_identifiers_file is None:
277
example_identifiers_file = {}
278
else:
279
- example_identifiers_file = pd.HDFStore(example_identifiers_file)
+ example_identifiers_file = pd.HDFStore(example_identifiers_file, mode='r')
280
281
if "/example_identifiers" in list(example_identifiers_file.keys()):
282
self.example_identifiers = pd.read_hdf(
0 commit comments