Skip to content

Commit

Permalink
fixup! TMP debug
Browse files Browse the repository at this point in the history
  • Loading branch information
drasmuss committed Jul 11, 2024
1 parent 835907b commit 506c1f5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
include:
- script: test
coverage-name: gpu
tf-version: tensorflow[and-cuda]
tf-version: tensorflow[and-cuda]==2.16.1
runs-on: [self-hosted, gpu]
# - script: test
# python-version: "3.11"
Expand Down
1 change: 1 addition & 0 deletions keras_lmu/tests/test_layers.py
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,7 @@ def hidden_cell():
assert np.allclose(cell_out, layer_out, atol=3e-6 if feedforward else 1e-8), np.max(
np.abs(cell_out - layer_out)
)
assert False


@pytest.mark.parametrize("discretizer", ("zoh", "euler"))
Expand Down

0 comments on commit 506c1f5

Please sign in to comment.