Skip to content

Commit

Permalink
Merge pull request #172 from spasmann/main
Browse files Browse the repository at this point in the history
Small regression test fix and merge recent changes made in main.
  • Loading branch information
jpmorgan98 authored Apr 2, 2024
2 parents 1bbb316 + 77fd2a0 commit 704a975
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions test/regression/run.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,10 @@
temp.remove(name)
names = temp

# Skip cache if any
if "__pycache__" in names:
names.remove("__pycache__")

# Data for each test
printouts = []
runtimes = []
Expand Down

0 comments on commit 704a975

Please sign in to comment.