Closed Miguel-g-c closed 3 years ago
Hi Michael, just checking it out again and in process.csv we have:
process.csv
Quantities Mass;Yes Energy;Yes Length;Yes
So those Yes mean that .hasDimension() should be true instead of false, shouldn't it?
.hasDimension()
true
false
Yes, this was wrong. The idea is that the tests find such things...
Ok, I'll modify it in the next PR
it is already fixed
Hi Michael, just checking it out again and in
process.csv
we have:So those Yes mean that
.hasDimension()
should betrue
instead offalse
, shouldn't it?