[bugfix] Do not hard code the value type of a RegressionTestDict#3660
[bugfix] Do not hard code the value type of a RegressionTestDict#3660vkarak wants to merge 2 commits intoreframe-hpc:developfrom
RegressionTestDict#3660Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## develop #3660 +/- ##
========================================
Coverage 91.87% 91.88%
========================================
Files 62 62
Lines 13756 13758 +2
========================================
+ Hits 12638 12641 +3
+ Misses 1118 1117 -1 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
4cecef9 to
5faff61
Compare
|
Converting to draft as I'm getting another error, which I need to reproduce and investigate. |
It was a very weird error this one: storing the value type inside the I've added a unit test to reproduce the problem and fixed the error. |
Signed-off-by: Vasileios Karakasis <vkarak@gmail.com>
Storing the value type prevents the test from being copied when creating the test case combinations. Added unit test to reproduce the problem. Signed-off-by: Vasileios Karakasis <vkarakasis@nvidia.com>
8ac3ab4 to
e45d43d
Compare
Closes #3659.