-
Notifications
You must be signed in to change notification settings - Fork 0
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Describe the Bug
The test test_mean_stdev_two_node_graph currently gives an out of memory error when sampling 10^6 values.
To Reproduce
Uncomment the xfail, then run:
python -m pytest tests/test_graph/test_algorithms.py::test_mean_stdev_two_node_graphExpected Behaviour
Test passes
Actual Behaviour
jaxlib.xla_extension.XlaRuntimeError: FAILED_PRECONDITION: Buffer Definition Event: Error dispatching computation: Error dispatching computation: Error dispatching computation: Error preparing computation: Out of memory allocating 4000000000000 bytes.Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working