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 17c675a commit 9ad4c68Copy full SHA for 9ad4c68
pytensor/link/c/cmodule.py
@@ -806,7 +806,7 @@ def rmtree_empty(*args, **kwargs):
806
to_delete_empty.append((args, kwargs))
807
808
# add entries that are not in the entry_from_key dictionary
809
- time_now = time.perf_counter()
+ time_now = time.time()
810
# Go through directories in alphabetical order to ensure consistent
811
# behavior.
812
try:
0 commit comments