Skip to content

Commit 9b62be0

Browse files
committed
Update path; remove comment
1 parent 0f3e102 commit 9b62be0

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

test/image/make_baseline.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
plotlyjs = plotlyjs_with_virtual_webgl
5454

5555
pio.kaleido.scope.plotlyjs = plotlyjs
56-
pio.kaleido.scope.topojson = "file://" + os.path.join(root, 'dist', 'topojson')
56+
pio.kaleido.scope.topojson = "file://" + os.path.join(root, 'topojson', 'dist')
5757
pio.templates.default = 'none'
5858

5959
ALL_MOCKS = [os.path.splitext(a)[0] for a in os.listdir(dirIn) if a.endswith('.json')]

topojson/bin/process_geodata.mjs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,6 @@ async function createLandLayer({ bounds, name, resolution, source }) {
150150
}
151151

152152
async function createCoastlinesLayer({ bounds, name, resolution, source }) {
153-
// TODO: Update source to be a path?
154153
const inputFilePath = `${outputDirGeojson}/${unFilename}_${resolution}m/${source}.geojson`;
155154
const outputFilePath = `${outputDirGeojson}/${name}_${resolution}m/coastlines.geojson`;
156155
const commands = [

0 commit comments

Comments
 (0)