Skip to content

Commit

Permalink
rm the fucking cache
Browse files Browse the repository at this point in the history
  • Loading branch information
grburgess committed Sep 4, 2023
1 parent c48c448 commit c2240ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ronswanson/utils/cartesian_product.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import numpy as np


@nb.njit(cache=True)
@nb.njit(cache=False)
def cartesian_jit(arrays):

n = 1
Expand Down

0 comments on commit c2240ac

Please sign in to comment.