Skip to content

Commit

Permalink
Comment out keras backend in tests
Browse files Browse the repository at this point in the history
Version 3 doesn't work and version 2 is not installable in
Python >=3.12.
  • Loading branch information
olemke committed Nov 14, 2024
1 parent 158f586 commit b6be86f
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions typhon/tests/retrieval/qrnn/test_qrnn.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@
#

backends = []
try:
import typhon.retrieval.qrnn.models.keras

backends += ["keras"]
except:
pass
# try:
# import typhon.retrieval.qrnn.models.keras
#
# backends += ["keras"]
# except:
# pass

try:
import typhon.retrieval.qrnn.models.pytorch
Expand Down

0 comments on commit b6be86f

Please sign in to comment.