Skip to content

Commit

Permalink
fix comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Han Wang committed Jan 8, 2024
1 parent e475066 commit cd38bcf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/tests/test_model_format_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ def test_serialize_deserize(self):
["tanh", "none"],
[True, False],
[None, [4], [3, 2]],
["float32", "float64", "default"],
["float32", "float64", "single", "double"],
):
ww = np.full((ni, no), 3.0)
bb = np.full((no,), 4.0) if bias else None
Expand Down

0 comments on commit cd38bcf

Please sign in to comment.