I am trying to create a new module within a module, but in a separate file. Regardless, both of the modules are giving me the same error of “syntax : incomplete : premature end of input”, but I have end as the closing statement of the module definition. Can anybody help me with this?
module MyUnits
@unit DistanceMetric "m" MyUnits 1u"m" true
@unit PressureMetric "decibars" MyUnits 1u"Pa/10000" true
end # module