Skip to content

Commit 4be1265

Browse files
style(pre-commit.ci): auto fixes [...]
1 parent 672e642 commit 4be1265

File tree

2 files changed

+15
-9
lines changed

2 files changed

+15
-9
lines changed

src/cmap/data/paraview/__init__.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,7 @@
254254
[0.72405752, 0.08702340, 0.16246744],
255255
[0.71809318, 0.06786174, 0.15826980],
256256
[0.71207380, 0.04430320, 0.15411390],
257-
[0.70600014, 0.01599182, 0.15000007]
257+
[0.70600014, 0.01599182, 0.15000007],
258258
]
259259

260260
fast = [
@@ -513,5 +513,5 @@
513513
[0.60784314, 0.10588235, 0.12156863],
514514
[0.60000000, 0.09803922, 0.12156863],
515515
[0.59607843, 0.08627451, 0.12156863],
516-
[0.58823529, 0.07843137, 0.11764706]
517-
]
516+
[0.58823529, 0.07843137, 0.11764706],
517+
]

src/cmap/data/paraview/record.json

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,22 @@
11
{
22
"colormaps": {
33
"coolwarm": {
4-
"data": "cmap.data.paraview:fast",
4+
"authors": [
5+
"Francesca Samsel",
6+
"W. Alan Scott",
7+
"Kenneth Moreland"
8+
],
59
"category": "diverging",
6-
"interpolation": true,
7-
"authors": ["Francesca Samsel", "W. Alan Scott", "Kenneth Moreland"]
10+
"data": "cmap.data.paraview:fast",
11+
"interpolation": true
812
},
913
"fast": {
10-
"data": "cmap.data.paraview:coolwarm",
14+
"authors": [
15+
"Kenneth Moreland"
16+
],
1117
"category": "diverging",
12-
"interpolation": true,
13-
"authors": ["Kenneth Moreland"]
18+
"data": "cmap.data.paraview:coolwarm",
19+
"interpolation": true
1420
}
1521
},
1622
"info": "Color maps developed for the ParaView platform for interactive, scientific visualization.",

0 commit comments

Comments
 (0)