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 aebec7c commit 81a27d8Copy full SHA for 81a27d8
dpdata/xyz/quip_gap_xyz.py
@@ -280,7 +280,7 @@ def handle_single_xyz_frame(lines):
280
info_dict["forces"] = np.array([force_array]).astype("float32")
281
else:
282
283
- except:
+ except Exception:
284
285
286
if virials is not None:
0 commit comments