There was an error while loading. Please reload this page.
1 parent fa4c4bf commit 6cf8895Copy full SHA for 6cf8895
1 file changed
src/alchemlyb/workflows/abfe.py
@@ -112,7 +112,7 @@ def read(self):
112
self.logger.info(
113
f'Reading {len(u_nk)} lines of u_nk from {file}')
114
u_nk_list.append(u_nk)
115
- except Exception as exc: # pragma: no cover
+ except Exception as exc:
116
msg = f'Error reading read u_nk from {file}.\n{exc}'
117
if self.ignore_warnings:
118
self.logger.exception(msg +
@@ -126,7 +126,7 @@ def read(self):
126
127
f'Reading {len(dhdl)} lines of dhdl from {file}')
128
dHdl_list.append(dhdl)
129
130
msg = f'Error reading read dhdl from {file}.\n{exc}'
131
132
0 commit comments