Keno / SIUnits.jl

Efficient unit-checked computation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

'x not defined' error when working with unitful ranges

jiahao opened this issue · comments

In [27]: map(identity, 1m:10m)

x not defined
while loading In[27], in expression starting on line 1
 in map at abstractarray.jl:1313

This is fixed by #24.

Great,thanks