Skip to content
This repository was archived by the owner on Oct 8, 2020. It is now read-only.

Commit b2dc634

Browse files
committed
Adjust Scala-style for axioms.RDFGraphInference
1 parent edc2909 commit b2dc634

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

sansa-examples-spark/src/main/scala/net/sansa_stack/examples/spark/inference/axioms/RDFGraphInference.scala

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ object RDFGraphInference {
3535
// load axioms from disk
3636
var owlAxioms = spark.owl(Syntax.FUNCTIONAL)(input)
3737
println(s"|G| = ${owlAxioms.count()}")
38-
3938
// create reasoner and compute inferred graph
4039
val inferredGraph = profile match {
4140
case RDFS => new ForwardRuleReasonerRDFS(spark.sparkContext, parallelism)(owlAxioms)

0 commit comments

Comments
 (0)