Keno / SIUnits.jl

Efficient unit-checked computation
Other
70 stars 26 forks source link

'x not defined' error when working with unitful ranges #20

Closed jiahao closed 10 years ago

jiahao commented 10 years ago
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
mbauman commented 10 years ago

This is fixed by #24.

jiahao commented 10 years ago

Great,thanks