Skip to content

Commit

Permalink
DOC: fixing the docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
bruAristimunha committed Oct 18, 2024
1 parent 8d10215 commit 83add19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion moabb/analysis/results.py
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ def __init__(

if not osp.isfile(self.filepath):
with h5py.File(self.filepath, "w") as f:
f.attrs["create_time"] = np.str_(
f.attrs["create_time"] = np.bytes_(
"{:%Y-%m-%d, %H:%M}".format(datetime.now())
)

Expand Down

0 comments on commit 83add19

Please sign in to comment.