From ce1ac7393d37dcc3763c8fc826872f147ab99360 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 5 Aug 2024 23:12:50 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- src/pyepal/pal/pal_neural_tangent.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/pyepal/pal/pal_neural_tangent.py b/src/pyepal/pal/pal_neural_tangent.py index 61ed564..455b3be 100644 --- a/src/pyepal/pal/pal_neural_tangent.py +++ b/src/pyepal/pal/pal_neural_tangent.py @@ -37,6 +37,7 @@ __all__ = ["PALNT", "NTModel"] + # We move those functions out of the class so that we can parallelize them def _set_one_infinite_width_model( # pylint:disable=too-many-arguments i: int,