Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Jan 5, 2024
1 parent ee7a154 commit 449e7cc
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 @@ -33,7 +33,7 @@ def test_serialize_deserize(self):
nl1 = NativeLayer.deserialize(nl0.serialize())
inp_shap = [ww.shape[0]]
if ashp is not None:
inp_shap = ashp + inp_shap
inp_shap = ashp + inp_shap
inp = np.arange(np.prod(inp_shap)).reshape(inp_shap)
np.testing.assert_allclose(nl0.call(inp), nl1.call(inp))

Expand Down

0 comments on commit 449e7cc

Please sign in to comment.