Skip to content

Commit 4480b3a

Browse files
authored
Merge branch 'main' into develop
2 parents b9ba96c + b95f3fd commit 4480b3a

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

raster_api/runtime/src/cmap_data/README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -165,6 +165,4 @@ x = np.arange(0, 256, 1, dtype=int)
165165
st_cmap_vals = (st_cmap(x)[:, :] * 255).astype('uint8')
166166

167167
np.save("surface_temperature.npy", st_cmap_vals)
168-
169-
```
170-
168+
```

0 commit comments

Comments
 (0)