From ca8e1e969731b9e2bb92236340b6c3f775d6615a Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Tue, 21 May 2024 14:58:42 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- differt2d/models/cost20120.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/differt2d/models/cost20120.py b/differt2d/models/cost20120.py index e66a9e4..ecd013a 100644 --- a/differt2d/models/cost20120.py +++ b/differt2d/models/cost20120.py @@ -138,10 +138,10 @@ def __call__( ) -> tuple[Float[Array, " "], Float[Array, "{self.order}+2 2"]]: # Generate new state with path starting at TX - #jax.debug.print("1. Initial state of path gen = {state}", state=init_state) + # jax.debug.print("1. Initial state of path gen = {state}", state=init_state) init_state = self.cell(tx, init_state) - #jax.debug.print("2. Initial state of path gen = {state}", state=init_state) + # jax.debug.print("2. Initial state of path gen = {state}", state=init_state) @jax.jit @jaxtyped(typechecker=typechecker) def scan_fn(