Skip to content

Commit

Permalink
Remove default
Browse files Browse the repository at this point in the history
  • Loading branch information
Randl authored and patrick-kidger committed Nov 7, 2023
1 parent d803c1e commit afcefd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/helpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ def getkey():


@ft.lru_cache(maxsize=None)
def _construct_matrix_impl(getkey, cond_cutoff, tags, size, dtype=jnp.float64):
def _construct_matrix_impl(getkey, cond_cutoff, tags, size, dtype):
while True:
matrix = jr.normal(getkey(), (size, size), dtype=dtype)
if has_tag(tags, lx.diagonal_tag):
Expand Down

0 comments on commit afcefd7

Please sign in to comment.