Several tests use weak assertions (assert X is not None as terminal check) or fragile string containment checks (assert "x" in str(mock_call_args)) that may pass when ...
def test_q1_gradient_descent_shapes_and_decrease(): out = A.visualize_gradient_descent(lr=0.1, epochs=80, seed=0) assert isinstance(theta_path, np.ndarray) and theta ...
Some results have been hidden because they may be inaccessible to you
Show inaccessible results