at org.linqs.psl.database.rdbms.RDBMSDataStore.getInserter(RDBMSDataStore.java:216)
at org.linqs.psl.cli.DataLoader.loadData(DataLoader.java:121)
at org.linqs.psl.cli.DataLoader.loadPartitions(DataLoader.java:98)
at org.linqs.psl.cli.DataLoader.load(DataLoader.java:77)
at org.linqs.psl.cli.Launcher.loadData(Launcher.java:233)
at org.linqs.psl.cli.Launcher.run(Launcher.java:386)
at org.linqs.psl.cli.Launcher.main(Launcher.java:660)
at org.linqs.psl.cli.Launcher.main(Launcher.java:649)
ERROR: Failed to run inference
I would be better if you do a check and report it as an error. It would be easier for the users to figure out what is going wrong.
if in the .data file I specify a predicate under targets that is nonexistent I get a java exception
Unexpected exception!
java.lang.IllegalArgumentException: Unknown predicate specified: null
ERROR: Failed to run inference
I would be better if you do a check and report it as an error. It would be easier for the users to figure out what is going wrong.