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 1131879 commit 22fe335Copy full SHA for 22fe335
phylib/io/model.py
@@ -327,7 +327,6 @@ def __init__(self, **kwargs):
327
elif not isinstance(self.dat_path, (list, tuple)):
328
self.dat_path = [self.dat_path]
329
assert isinstance(self.dat_path, (list, tuple))
330
- print(self.dat_path)
331
self.dat_path = [Path(p).resolve() if not Path(p).is_symlink() else p for p in self.dat_path]
332
333
self.dtype = getattr(self, 'dtype', np.int16)
0 commit comments