Skip to content

Commit

Permalink
[testsuite] update for new debug output
Browse files Browse the repository at this point in the history
  • Loading branch information
kabdelhak committed Jun 15, 2024
1 parent ad0fe6a commit 4b4d00c
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 17 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ val(x[3],1);
// x[4]
// ### Equation:
// [SCAL] (1) x[4] = $FUN_2 ($RES_SIM_0)
// slice: {}
//
// BLOCK 3: Sliced Component (status = Solve.UNPROCESSED)
// --------------------------------------------------------
Expand Down Expand Up @@ -103,7 +102,6 @@ val(x[3],1);
// x[4]
// ### Equation:
// [SCAL] (1) x[4] = $FUN_2 ($RES_SIM_0)
// slice: {}
//
// BLOCK 3: Sliced Component (status = Solve.UNPROCESSED)
// --------------------------------------------------------
Expand Down Expand Up @@ -161,7 +159,6 @@ val(x[3],1);
// x[4]
// ### Equation:
// [SCAL] (1) x[4] = $FUN_2 ($RES_SIM_0)
// slice: {}
//
// BLOCK 3: Sliced Component (status = Solve.UNPROCESSED)
// --------------------------------------------------------
Expand Down Expand Up @@ -221,7 +218,6 @@ val(x[3],1);
// x[4]
// ### Equation:
// [SCAL] (1) x[4] = $FUN_2 ($RES_SIM_0)
// slice: {}
//
// --- Alias of INI[1 | 3] ---
// BLOCK 3: Generic Component (status = Solve.EXPLICIT)
Expand Down Expand Up @@ -282,7 +278,6 @@ val(x[3],1);
// x[4]
// ### Equation:
// [SCAL] (1) x[4] = $FUN_2 ($RES_SIM_0)
// slice: {}
//
// BLOCK 3: Generic Component (status = Solve.EXPLICIT)
// ------------------------------------------------------
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,6 @@ val(x[3],1);
// x[11]
// ### Equation:
// [SCAL] (1) x[11] = $FUN_2 ($RES_SIM_0)
// slice: {}
//
// BLOCK 3: Sliced Component (status = Solve.UNPROCESSED)
// --------------------------------------------------------
Expand Down Expand Up @@ -288,7 +287,6 @@ val(x[3],1);
// x[11]
// ### Equation:
// [SCAL] (1) x[11] = $FUN_2 ($RES_SIM_0)
// slice: {}
//
// BLOCK 3: Sliced Component (status = Solve.UNPROCESSED)
// --------------------------------------------------------
Expand Down Expand Up @@ -335,7 +333,6 @@ val(x[3],1);
// x[11]
// ### Equation:
// [SCAL] (1) x[11] = $FUN_2 ($RES_SIM_0)
// slice: {}
//
// BLOCK 3: Sliced Component (status = Solve.UNPROCESSED)
// --------------------------------------------------------
Expand Down Expand Up @@ -384,7 +381,6 @@ val(x[3],1);
// x[11]
// ### Equation:
// [SCAL] (1) x[11] = $FUN_2 ($RES_SIM_0)
// slice: {}
//
// --- Alias of INI[1 | 3] ---
// BLOCK 3: Generic Component (status = Solve.EXPLICIT)
Expand Down Expand Up @@ -433,7 +429,6 @@ val(x[3],1);
// x[11]
// ### Equation:
// [SCAL] (1) x[11] = $FUN_2 ($RES_SIM_0)
// slice: {}
//
// BLOCK 3: Generic Component (status = Solve.EXPLICIT)
// ------------------------------------------------------
Expand Down Expand Up @@ -489,7 +484,6 @@ val(x[3],1);
// x[1]
// ### Equation:
// [SCAL] (1) x[1] = $FUN_2 ($RES_SIM_0)
// slice: {}
//
// BLOCK 3: Sliced Component (status = Solve.UNPROCESSED)
// --------------------------------------------------------
Expand Down Expand Up @@ -536,7 +530,6 @@ val(x[3],1);
// x[1]
// ### Equation:
// [SCAL] (1) x[1] = $FUN_2 ($RES_SIM_0)
// slice: {}
//
// BLOCK 3: Sliced Component (status = Solve.UNPROCESSED)
// --------------------------------------------------------
Expand Down Expand Up @@ -583,7 +576,6 @@ val(x[3],1);
// x[1]
// ### Equation:
// [SCAL] (1) x[1] = $FUN_2 ($RES_SIM_0)
// slice: {}
//
// BLOCK 3: Sliced Component (status = Solve.UNPROCESSED)
// --------------------------------------------------------
Expand Down Expand Up @@ -632,7 +624,6 @@ val(x[3],1);
// x[1]
// ### Equation:
// [SCAL] (1) x[1] = $FUN_2 ($RES_SIM_0)
// slice: {}
//
// --- Alias of INI[1 | 3] ---
// BLOCK 3: Generic Component (status = Solve.EXPLICIT)
Expand Down Expand Up @@ -681,7 +672,6 @@ val(x[3],1);
// x[1]
// ### Equation:
// [SCAL] (1) x[1] = $FUN_2 ($RES_SIM_0)
// slice: {}
//
// BLOCK 3: Generic Component (status = Solve.EXPLICIT)
// ------------------------------------------------------
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,7 @@ simulate(underdetermined_init); getErrorString();
//
// (1) Unmatched variables:
// **************************
// [STAT] (1) Real y (start = 2.0)
// slice: {};
// [STAT] (1) Real y (start = 2.0);
// Created Start Equations for balancing the Initialization (1):
// ***************************************************************
// [SCAL] (1) y = $START.y ($RES_SIM_6)
Expand Down

0 comments on commit 4b4d00c

Please sign in to comment.