Skip to content

Commit

Permalink
Update lock
Browse files Browse the repository at this point in the history
  • Loading branch information
NeilGirdhar committed Jan 18, 2025
1 parent 4052b1f commit 907b31d
Show file tree
Hide file tree
Showing 2 changed files with 108 additions and 111 deletions.
3 changes: 1 addition & 2 deletions tests/test_flax_display.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,13 @@
from rich.console import Console

from tjax import print_generic
from tjax.dataclasses import field
from tjax.dataclasses import DataClassModule, field

from .test_display import verify

try:
from flax import nnx

from tjax.dataclasses import DataClassModule
except ImportError:
pytest.skip("Skipping NNX display tests", allow_module_level=True)

Expand Down
Loading

0 comments on commit 907b31d

Please sign in to comment.