mirror of
https://github.com/NicolasBohn/NexQuant.git
synced 2026-07-27 23:47:46 +00:00
change default to False of 'do_truncate' (#673)
This commit is contained in:
@@ -162,7 +162,7 @@ class LoopBase:
|
||||
|
||||
@classmethod
|
||||
def load(
|
||||
cls, path: Union[str, Path], output_path: Optional[Union[str, Path]] = None, do_truncate: bool = True
|
||||
cls, path: Union[str, Path], output_path: Optional[Union[str, Path]] = None, do_truncate: bool = False
|
||||
) -> "LoopBase":
|
||||
path = Path(path)
|
||||
with path.open("rb") as f:
|
||||
|
||||
Reference in New Issue
Block a user