Skip to content

Commit

Permalink
Merge branch 'ml' of https://github.com/jeertmans/DiffeRT2d into ml
Browse files Browse the repository at this point in the history
  • Loading branch information
jeertmans committed May 21, 2024
2 parents bb86d96 + ca8e1e9 commit 8a34ebf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions differt2d/models/cost20120.py
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit 8a34ebf

Please sign in to comment.