Hello,
When I run the Chapman-Kolmogorov test I received the following error message:
Exception in thread "main" java.lang.NullPointerException
at sherlock.emma.cmd.ChapmanKolmogorovTestCmd.constructSets(ChapmanKolmogorovTestCmd.java:318)
at sherlock.emma.cmd.ChapmanKolmogorovTestCmd.run(ChapmanKolmogorovTestCmd.java:246)
at de.martin_senne.jcommandline.AbstractCmd.check(AbstractCmd.java:33)
at de.martin_senne.jcommandline.AbstractCmd.go(AbstractCmd.java:45)
at sherlock.emma.cmd.ChapmanKolmogorovTestCmd.main(ChapmanKolmogorovTestCmd.java:339)
What is the problem exacly?