Skip to content

Commit

Permalink
test: update story snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
hkfb committed Sep 10, 2024
1 parent 4f4299b commit 0114e25
Show file tree
Hide file tree
Showing 12 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -415,6 +415,7 @@ export default class PrivateLayer extends Layer<PrivateLayerProps> {

const colormap = context.device.createTexture({
...textureProps,
height: 1,
data: data as TextureData,
});
return colormap;
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,7 @@ const layerArrays = {
pointsData: new Float32Array(gridPoints),
polysData: new Uint32Array(gridPolys),
propertiesData: new Uint16Array(gridProps),
colorMapFunction: new Uint16Array(CATEGORICAL_COLOR_TABLE.flat()),
colorMapFunction: new Uint8Array(CATEGORICAL_COLOR_TABLE.flat()),
},
};

Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 0114e25

Please sign in to comment.