Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Inference #65

Open
manisabri opened this issue Jul 19, 2020 · 1 comment
Open

Inference #65

manisabri opened this issue Jul 19, 2020 · 1 comment

Comments

@manisabri
Copy link

Hi,

Clicking on InferenceTestSuite will result in below error


An error occurred at line: [244] in the jsp file: [/InferenceTestSuite.jsp]
Cannot make a static reference to the non-static method test(KB, String, int) from the type InferenceTestSuite
241:           req != null && req.equalsIgnoreCase("test")) {
242:           if (chosenEngine.equalsIgnoreCase("EProver")) {
243:               out.println("(Testing EProver)<br>");
244:               sb = sb.append(InferenceTestSuite.test(kb, "EProver", timeout));
245:           }               
246:           //if (chosenEngine.equalsIgnoreCase("LEO")) {
247:           //    out.println("(Testing LEO)<br>");


An error occurred at line: [264] in the jsp file: [/InferenceTestSuite.jsp]
The method test(KB, String, int) in the type InferenceTestSuite is not applicable for the arguments (KB, String, int, String)
261:                   out.println("(Testing remote SystemOnTPTP)<br>");
262:                   location="remote";
263:               }
264:               sb = sb.append(InferenceTestSuite.test(kb, systemChosen, timeout, location));
265:           }          
266:       }
267:       if (test != null && test.equalsIgnoreCase("english")) 

@apease
Copy link
Contributor

apease commented Jul 19, 2020

Thanks for the bug report. I've fixed the Java error with my latest push, but additional work will be required to make this page function as intended

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants