HI,
I'm trying to run the extract command on the example data:
junto extract -d ~/junto-master/examples/simple/data/label_prop_output ~/extract.test
And I get this error:
Exception in thread "main" scala.MatchError: N1 (of class java.lang.String)
at upenn.junto.app.OutputExtractor$$anonfun$main$1.apply(OutputExtractor.scala:66)
at upenn.junto.app.OutputExtractor$$anonfun$main$1.apply(OutputExtractor.scala:63)
at scala.collection.Iterator$class.foreach(Iterator.scala:727)
at scala.collection.AbstractIterator.foreach(Iterator.scala:1156)
at upenn.junto.app.OutputExtractor$.main(OutputExtractor.scala:63)
at upenn.junto.app.OutputExtractor.main(OutputExtractor.scala)
I've tried also different combination of options (including none of them) and also some real data, still no luck.
Am I doing something wrong?