Skip to content

Commit 736af98

Browse files
committed
fixed bug in the state transformer test
1 parent b0ce36c commit 736af98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_transform_states.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
#include <sunmatrix/sunmatrix_dense.h>
33
#include "config.h"
44
#include "cuqdyn.h"
5+
#include "states_transformer.h"
56

67
#define CUQDYN_CONF "data/nfkb_cuqdyn_config.xml"
78

@@ -33,7 +34,6 @@ int main()
3334

3435
for (int i = 0; i < 2; ++i) {
3536
for (int j = 0; j < 7; ++j) {
36-
// TODO: This transformation works as expected but SM_ELEMENT_D thrown seg fault
3737
assert(expected_transformation_values[7 * i + j] == SM_ELEMENT_D(transformation, i, j));
3838
}
3939
}

0 commit comments

Comments
 (0)