Hi
When I run my 'model' unit test, I get a crash in the omlib (see bactrace below). It could be because of bad data issues, but ideally the lib should gracefully handle this if it is the case. I will investigate further on my side but I think this is an issue for the lib too.
Thread 0 Crashed:
0 libopenmodeller.dylib 0x0f5d314f Sample::operator[](unsigned long) const + 21 (Occurrences.cpp:73)
1 libbioclim.so 0x0fb19cbb Bioclim::getValue(Sample const&) const + 121 (bioclim.cpp:249)
2 libopenmodeller.dylib 0x0f5c49bf AlgoAdapterModelImpl::getValue(Sample const&) const + 41 (AlgoAdapterModel.cpp:36)
3 libopenmodeller.dylib 0x0f5b88de Projector::createMap(ReferenceCountedPointer<ModelImpl> const&, ReferenceCountedPointer<EnvironmentImpl> const&, Map*, AreaStats*, Projector::MapCommand*, AbortionCommand*) + 692 (Projector.cpp:122)
4 libopenmodeller.dylib 0x0f5b7fa0 OpenModeller::createMap(ReferenceCountedPointer<EnvironmentImpl> const&, char const*, MapFormat&) + 650 (OpenModeller.cpp:403)
5 libopenmodeller.dylib 0x0f5b8151 OpenModeller::createMap(ReferenceCountedPointer<EnvironmentImpl> const&, char const*) + 41 (OpenModeller.cpp:419)
6 ...g_localmodellerplugin.dylib 0x0f448aae OmgModellerLocalPlugin::projectModel(OmgModel*) + 4374 (omgmodellerlocalplugin.cpp:244)
7 modeltest 0x000080b8 OmgModelTest::run() + 2522 (omgmodeltest.cpp:100)
OmgModelUnitTest seems to be working now (revision 4770). Maybe this was related with some old issue with the library.