Skip to content

Commit

Permalink
0
Browse files Browse the repository at this point in the history
  • Loading branch information
ishanuc committed May 2, 2024
1 parent 08dd868 commit 3f33949
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 2 deletions.
Binary file modified docs/build/doctrees/environment.pickle
Binary file not shown.
1 change: 0 additions & 1 deletion quasinet/qnet.py
Original file line number Diff line number Diff line change
Expand Up @@ -486,7 +486,6 @@ def func(i):
A=[func(i) for i in list(self.estimators_.keys())]
if remove_newline:
from quasinet.utils import remove_newline_in_dotfile
import glob

for dotfile in glob.glob(tree_path+'/*dot'):
remove_newline_in_dotfile(dotfile)
Expand Down
2 changes: 1 addition & 1 deletion version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.1.66'
__version__ = '0.1.67'

0 comments on commit 3f33949

Please sign in to comment.