We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0eb694c commit eeea1c8Copy full SHA for eeea1c8
omnn/math/test/ODE_test.cpp
@@ -10,9 +10,7 @@ using namespace omnn::math;
10
using namespace boost::unit_test;
11
12
// Test case for first-order linear ODE: dy/dx + P(x)y = Q(x)
13
-BOOST_AUTO_TEST_CASE(FirstOrderLinearODE_test
14
- , *disabled() // Initially disabled following TDD workflow
15
-)
+BOOST_AUTO_TEST_CASE(FirstOrderLinearODE_test)
16
{
17
Variable x = Variable("x");
18
Variable y = Variable("y");
0 commit comments