Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
xerus
xerus
Commits
22d9f28a
Commit
22d9f28a
authored
Aug 14, 2018
by
Michael Goette
Browse files
fixes
#210
parent
0fa07860
Pipeline
#932
passed with stages
in 8 minutes and 36 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
src/unitTests/tensor.cxx
View file @
22d9f28a
...
...
@@ -302,6 +302,7 @@ static misc::UnitTest tensor_offset_add("Tensor", "Check_Offset_Add", [](){
TEST
(((
*
comb
)[
31
]
-
3
)
*
((
*
comb
)[
31
]
-
3
)
<=
0.01
);
TEST
(((
*
comb
)[
35
]
-
4
)
*
((
*
comb
)[
35
]
-
4
)
<=
0.01
);
TEST
(((
*
comb
)[
1
])
*
((
*
comb
)[
1
])
<=
0.01
);
TEST
(((
*
comb
)[
2
])
*
((
*
comb
)[
2
])
<=
0.01
);
});
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment