We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 310b2a9 commit 054c5b8Copy full SHA for 054c5b8
pylops/jaxoperator.py
@@ -18,8 +18,8 @@
18
'the jaxoperator module run "pip install jax" or'
19
'"conda install -c conda-forge jax".'
20
)
21
- jaxarrayin_type = None
22
- jaxarrayout_type = None
+ jaxarrayin_type = Any
+ jaxarrayout_type = Any
23
24
JaxTypeIn = NewType("JaxTypeIn", jaxarrayin_type)
25
JaxTypeOut = NewType("JaxTypeOut", jaxarrayout_type)
0 commit comments