Index: trunk/BNC/bncmodel.cpp
===================================================================
--- trunk/BNC/bncmodel.cpp	(revision 2115)
+++ trunk/BNC/bncmodel.cpp	(revision 2116)
@@ -413,4 +413,8 @@
     }
 
+    if (epoData->size() < MINOBS) {
+      return failure;
+    }
+
     // Status Prediction
     // -----------------
