reframe icon indicating copy to clipboard operation
reframe copied to clipboard

Add a numeric type for variables that will also accept units

Open vkarak opened this issue 2 years ago • 0 comments

It would very convenient to be able to write something like this:

class my_test(...):
    x = variable(SINumber(unit='s'), value='5us')

And also be able to set this from the command line with my_test.x=10ms.

vkarak avatar Nov 17 '22 23:11 vkarak