Skip to content

Commit eeea1c8

Browse files
authored
Update ODE_test.cpp
1 parent 0eb694c commit eeea1c8

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

omnn/math/test/ODE_test.cpp

+1-3
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,7 @@ using namespace omnn::math;
1010
using namespace boost::unit_test;
1111

1212
// 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-
)
13+
BOOST_AUTO_TEST_CASE(FirstOrderLinearODE_test)
1614
{
1715
Variable x = Variable("x");
1816
Variable y = Variable("y");

0 commit comments

Comments
 (0)