Added System out println test
This commit is contained in:
parent
6acdb63b34
commit
2337925ca3
@ -25,7 +25,7 @@ public class StoredModelPredictor extends Experiments_ImplBase{
|
||||
//String exampleAnswer = "Die Chromosomen, welche aus zwei Chromatiden bestehen, bewegen sich zum zentralen Äquator."; // GT = 1
|
||||
|
||||
//for debugging:
|
||||
System.out.println("Total number of arguments passed: " + args.length);
|
||||
System.out.println("Total number of arguments passed 111: " + args.length);
|
||||
for (int i = 0; i < args.length; i++) {
|
||||
System.out.println("Argument " + i + ": " + args[i]);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user