achen12 / D4M.jl

A D4M module for Julia. D4M was developed in MATLAB by Dr Jeremy Kepner.
Apache License 2.0
8 stars 4 forks source link

[Julia] Array Element is not matched during isa() #5

Closed achen12 closed 9 years ago

achen12 commented 9 years ago

See Test #1 in CombinationalArguements in NevadaTestingGround folder.

achen12 commented 9 years ago

@jakebolewski @tkelman

tkelman commented 9 years ago

See http://docs.julialang.org/en/release-0.4/manual/types/#man-parametric-types, this is a common point of confusion. Abstract type parameters don't mean what you might think they mean.

achen12 commented 9 years ago

That makes more sense now! Thanks!