Skip to content

Commit

Permalink
fixup! Fix some boolean/string mixups in process graphs
Browse files Browse the repository at this point in the history
  • Loading branch information
soxofaan committed Sep 12, 2019
1 parent 06c8ba4 commit 2a32c03
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion tests/data/apply_dimension_temporal_cumsum.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,6 @@
"options": {},
"format": "GTIFF"
},
"result": "true"
"result": true
}
}
2 changes: 1 addition & 1 deletion tests/data/evi_graph.json
Original file line number Diff line number Diff line change
Expand Up @@ -185,6 +185,6 @@
"options": {},
"format": "GTIFF"
},
"result": "true"
"result": true
}
}
2 changes: 1 addition & 1 deletion tests/data/notequal.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,6 @@
"options": {},
"format":"GTIFF"
},
"result": "true"
"result": true
}
}
4 changes: 2 additions & 2 deletions tests/data/udf_graph.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"from_node": "loadcollection1"
},
"dimension": "spectral_bands",
"binary": "false",
"binary": false,
"reducer": {
"callback": {
"udf": {
Expand Down Expand Up @@ -45,7 +45,7 @@
"options": {},
"format":"GTIFF"
},
"result": "true"
"result": true
}
}

Expand Down
2 changes: 1 addition & 1 deletion tests/logical_and.json
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,6 @@
"options": {},
"format": "GTIFF"
},
"result": "true"
"result": true
}
}
2 changes: 1 addition & 1 deletion tests/logical_or.json
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,6 @@
"options": {},
"format": "GTIFF"
},
"result": "true"
"result": true
}
}

0 comments on commit 2a32c03

Please sign in to comment.