openml / openml-java

Java library to interface with OpenML
10 stars 4 forks source link

Broken method #11

Open WilliamRaynaut opened 7 years ago

WilliamRaynaut commented 7 years ago

org.openml.apiconnector.xml.RunList.getRuns() returns null even if the list is well formed and contains runs

Changing "runs" to "run" at lines 50 & 53 seems to solve the issue. Just an Xstream typo ?