jeanluct / braidlab

Matlab package for analyzing data using braids
GNU General Public License v3.0
23 stars 9 forks source link

non-MEX compiled braidlab #86

Closed mbudisic closed 9 years ago

mbudisic commented 9 years ago

If braidlab is not compiled, running test_braidlab does not fail gracefully, but rather stumbles pretty badly without informing the user appropriately.

mbudisic commented 9 years ago

Working on this, I just have a student come in, but changes to this are pending...

jeanluct commented 9 years ago

This relates to issue #23.

mbudisic commented 9 years ago

All _helper.cpp files now have their _helper.m counterparts that get invoked if MEX file does not exist. They all throw the same braidlab.util.NoMEXException if they do not replicate the functionality of the C++ implementation.

See Issue #92 however.

jeanluct commented 9 years ago

Merged branch iss86 into develop and tagged with branch-iss86 (f9fad5a).