- Workbook to be tested needs to be open. In this case it's example.xlsm from the example directory in FlyingKoala python -m unittest discover -p "unit_test*.py" """First type of test for Equation_1"" ...
"""Tests for compute_gae function.""" def test_basic_computation(self): """Test GAE against hand-computed values.""" rewards = jnp.array([[1.0, 2.0], [1.0, 2.0], [1.0 ...