Skip to content

Commit 9ad4c68

Browse files
committed
Fix pytensor_cache clear
Bug introduced by 671a821
1 parent 17c675a commit 9ad4c68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pytensor/link/c/cmodule.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -806,7 +806,7 @@ def rmtree_empty(*args, **kwargs):
806806
to_delete_empty.append((args, kwargs))
807807

808808
# add entries that are not in the entry_from_key dictionary
809-
time_now = time.perf_counter()
809+
time_now = time.time()
810810
# Go through directories in alphabetical order to ensure consistent
811811
# behavior.
812812
try:

0 commit comments

Comments
 (0)