Skip to content

Commit c635dc4

Browse files
style(pre-commit.ci): auto fixes [...]
1 parent 26ee2fa commit c635dc4

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

src/cmap/data/paraview/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -772,7 +772,7 @@
772772
[0.99883667, 0.98368184, 0.97963970],
773773
[0.99928765, 0.98910749, 0.98640070],
774774
[0.99946977, 0.99459772, 0.99328746],
775-
[1.00000000, 1.00000000, 1.00000000]
775+
[1.00000000, 1.00000000, 1.00000000],
776776
]
777777

778778
blackbody = [
@@ -1031,5 +1031,5 @@
10311031
[0.99880497, 0.98907105, 0.92375878],
10321032
[0.99948060, 0.99269365, 0.94915012],
10331033
[0.99988097, 0.99633578, 0.97456266],
1034-
[1.00000000, 1.00000000, 1.00000000]
1034+
[1.00000000, 1.00000000, 1.00000000],
10351035
]

src/cmap/data/paraview/record.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
{
22
"colormaps": {
3+
"blackbody": {
4+
"authors": [],
5+
"category": "sequential",
6+
"data": "cmap.data.paraview:blackbody",
7+
"interpolation": true,
8+
"source": "https://github.com/kennethmoreland-com/kennethmoreland-com.github.io/tree/f0f50dcfda94c8e4c9c4927f78a98ff419fea450/content/color-advice/black-body"
9+
},
310
"coolwarm": {
411
"authors": [
512
"Francesca Samsel",
@@ -30,13 +37,6 @@
3037
"data": "cmap.data.paraview:kindlmann",
3138
"interpolation": true,
3239
"source": "https://github.com/kennethmoreland-com/kennethmoreland-com.github.io/tree/f0f50dcfda94c8e4c9c4927f78a98ff419fea450/content/color-advice/kindlmann"
33-
},
34-
"blackbody": {
35-
"authors": [],
36-
"category": "sequential",
37-
"data": "cmap.data.paraview:blackbody",
38-
"interpolation": true,
39-
"source": "https://github.com/kennethmoreland-com/kennethmoreland-com.github.io/tree/f0f50dcfda94c8e4c9c4927f78a98ff419fea450/content/color-advice/black-body"
4040
}
4141
},
4242
"info": "Color maps of the ParaView platform for interactive, scientific visualization.",

0 commit comments

Comments
 (0)