Skip to content

Commit

Permalink
[Do Not Merge] PR sync test
Browse files Browse the repository at this point in the history
Test PR for source sync. Not intended to be merged.

PiperOrigin-RevId: 691529604
  • Loading branch information
danieldjohnson committed Oct 31, 2024
1 parent 281475b commit 46cf865
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions penzai/pz/nn.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@
make_parameter,
assert_no_parameter_slots,
)
# TEST CHANGE 1
from penzai.nn.standardization import (
LayerNorm,
Standardize,
Expand Down
1 change: 1 addition & 0 deletions tests/core/auto_order_types_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@


class AutoOrderTypesTest(absltest.TestCase):
# TEST CHANGE 2

def test_auto_order_types(self):

Expand Down

0 comments on commit 46cf865

Please sign in to comment.