Skip to content

Commit

Permalink
Fixed formatting issue
Browse files Browse the repository at this point in the history
  • Loading branch information
jbouffard committed Feb 21, 2019
1 parent b4783bc commit cac5647
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion geopyspark/geotrellis/layer.py
Original file line number Diff line number Diff line change
Expand Up @@ -1156,7 +1156,7 @@ def read(cls,
raise NotImplementedError("The read method does not currently support the SPACETIME LayerType")

if partition_strategy:
check_partition_strategy(partition_strategy, self.layer_type)
check_partition_strategy(partition_strategy, layer_type)

resample_method = ResampleMethod(resample_method)
read_method = ReadMethod(read_method)
Expand Down

0 comments on commit cac5647

Please sign in to comment.