Commit c211ae7
authored
fix: import concrete_or_error from jax.extend.core on JAX>=0.11 (#871)
jax.core.concrete_or_error was removed in JAX 0.11 (deprecated in 0.10);
use jax.extend.core.concrete_or_error with a fallback to jax.core for
JAX <0.10.1 parent edd1e8e commit c211ae7
1 file changed
Lines changed: 6 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
37 | 42 | | |
38 | 43 | | |
39 | 44 | | |
| |||
466 | 471 | | |
467 | 472 | | |
468 | 473 | | |
469 | | - | |
| 474 | + | |
470 | 475 | | |
471 | 476 | | |
472 | 477 | | |
| |||
0 commit comments