Units in initial conditions-

This is just a quick question:
I noticed that Unitful.jl is supported in NCAM section.
Is it supported in model building and parameter deffinition fixing?

ie can I for example assign

@init
C1=1u"M"
end

Just wondering/suggesting - 
This would be useful as it automates dimensional analysis -  I used in ODE models using the DifferentialEquations package and it was very helpful.

Full unit support is coming but there’s a few details that still need to be worked out.

Great!
Thanks for the info - that’s one of my favorite features of the DifferentialEquations package - also a big differentiating factor from python and matlab - (have not done diffeqs in R, so I couldn’t tell there)