mirror of
https://github.com/wassname/jaxtyping.git
synced 2026-09-12 12:32:19 +08:00
Fixed cloudpickle breaking
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
import cloudpickle
|
||||
|
||||
from jaxtyping import AbstractArray, Array, Shaped
|
||||
|
||||
|
||||
def test_pickle():
|
||||
cloudpickle.dumps(Shaped[Array, ""])
|
||||
cloudpickle.dumps(AbstractArray)
|
||||
Reference in New Issue
Block a user