We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e48503 commit a2b509dCopy full SHA for a2b509d
cpp/SModelS.cc
@@ -62,7 +62,7 @@ void SModelS::loadDatabase ( const string & parameterfile )
62
PyRun_SimpleString( "parser = modelTester.getParameters( parameterFile )" );
63
PyRun_SimpleString( "database = modelTester.loadDatabase(parser, None )" );
64
PyRun_SimpleString( "modelTester.loadDatabaseResults(parser, database)" );
65
- PyRun_SimpleString( "print ( '[smodels.cpp] %d experimental results found.' % len(listOfExpRes) ) " );
+ PyRun_SimpleString( "print ( '[smodels.cpp] %d experimental results found.' % len(database.getExpResults() ) ) " );
66
}
67
68
int SModelS::run ( const string & inFile )
0 commit comments