Skip to content

Commit 71ca7c5

Browse files
xroynardfabiencasenave
authored andcommitted
Update file dataset.py
1 parent 0f046ab commit 71ca7c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/plaid/containers/dataset.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -673,7 +673,7 @@ def load_from_file(cls, fname: Union[str,Path], verbose: bool = False, processes
673673
return instance
674674

675675
@classmethod
676-
def load_from_dir(cls, dname: Union[str,Path], ids: list[int] = None,
676+
def load_from_dir(cls, dname: Union[str,Path], ids: list[int] = None,
677677
verbose: bool = False, processes_number: int = 0) -> Self:
678678
"""Load data from a specified directory.
679679

0 commit comments

Comments
 (0)