RuleWorld / rulebender

Rule-Based Modeling and Simulation Gui
http://bionetgen.org
12 stars 7 forks source link

Check into "out of memory error" while calling Mosbie on the Mac. #176

Closed rhclark closed 6 years ago

rhclark commented 9 years ago

Check into "out of memory error" while calling Mosbie on the Mac. There seems to be quite a few "loading fail on small multiple" messages. I wonder if it's trying to open files that are not model files, and each failed attempt consumes memory. Putting a simple check for filetype befor the "new SmallMultiple()" call might just fix this problem.