Skip to content

Commit

Permalink
default value
Browse files Browse the repository at this point in the history
  • Loading branch information
GiorgosMandi committed Feb 19, 2021
1 parent 87520dc commit 4c975e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/scala/utils/ConfigurationParser.scala
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ case class Configuration(source: DatasetConfigurations, target:DatasetConfigurat

def getTheta: ThetaOption = ThetaOption.withName(configurations.getOrElse(YamlConfiguration.CONF_THETA_GRANULARITY, "avg"))

def getWeightingScheme: WeightingScheme = WeightingScheme.withName(configurations.getOrElse(YamlConfiguration.CONF_WEIGHTING_SCHM, "CBS"))
def getWeightingScheme: WeightingScheme = WeightingScheme.withName(configurations.getOrElse(YamlConfiguration.CONF_WEIGHTING_SCHM, "JS"))

def getGridType: GridType = GridType.withName(configurations.getOrElse(YamlConfiguration.CONF_GRIDTYPE, "QUADTREE"))

Expand Down

0 comments on commit 4c975e1

Please sign in to comment.