about summary refs log tree commit diff
path: root/pkgs/development/python-modules/dm-haiku
diff options
context:
space:
mode:
authorMartin Weinelt <hexa@darmstadt.ccc.de>2022-04-16 23:14:55 +0200
committerMartin Weinelt <hexa@darmstadt.ccc.de>2022-04-16 23:14:55 +0200
commitfa1bb283d889c21e14c20c1b7841c6c388ff1a49 (patch)
tree86daa5dfc774eaad8541fdbf603cf339f09d4b04 /pkgs/development/python-modules/dm-haiku
parent6b9c75bed5a75fe821b7cb7d4338c2c98273e04b (diff)
parenta88758c4e10c5e070cc1761348105a5ce6d379d2 (diff)
Merge remote-tracking branch 'origin/master' into staging-next
Diffstat (limited to 'pkgs/development/python-modules/dm-haiku')
-rw-r--r--pkgs/development/python-modules/dm-haiku/default.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/development/python-modules/dm-haiku/default.nix b/pkgs/development/python-modules/dm-haiku/default.nix
index cfae82668bc95..2c4c24b93670b 100644
--- a/pkgs/development/python-modules/dm-haiku/default.nix
+++ b/pkgs/development/python-modules/dm-haiku/default.nix
@@ -53,6 +53,8 @@ buildPythonPackage rec {
     # likely that's the reason the upstream uses TF-nightly for tests?
     # `nixpkgs` doesn't have the corresponding TF version packaged.
     "haiku/_src/integration/jax2tf_test.py"
+    # `TypeError: lax.conv_general_dilated requires arguments to have the same dtypes, got float32, float16`.
+    "haiku/_src/integration/numpy_inputs_test.py"
   ];
 
   disabledTests = [