Skip to content

Commit

Permalink
fix: 🚸 remove joblib verbose printing
Browse files Browse the repository at this point in the history
  • Loading branch information
dubusster committed Aug 23, 2023
1 parent 34e1372 commit 55aacde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/python/librir/low_level/misc.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@

__groups = {}

memory = Memory(tempfile.gettempdir())
memory = Memory(tempfile.gettempdir(), verbose=0)


def toString(ar):
Expand Down

0 comments on commit 55aacde

Please sign in to comment.