Zhongning commited on
Commit
ebd75b5
·
verified ·
1 Parent(s): 9bbbe29

Upload folder using huggingface_hub

Browse files
dataset_infos.json CHANGED
@@ -1 +1,3 @@
1
- {"default": {"features": {"ok": {"_type": "Value"}, "data_root": {"_type": "Value"}, "file_manifest": {"_type": "Value"}, "checked_files": {"_type": "Value"}, "results": {"_type": "Value"}}, "splits": {"validation": {"name": "validation", "dataset_name": "cfd_benchmark"}}}}
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6924f7a4f578ad39bc2336e2dae961af7149dbccb7c1f95e86ba97b6100bbba1
3
+ size 274
metadata/file_manifest.csv CHANGED
@@ -1,15 +1,3 @@
1
- rel_path,size,sha256
2
- airfoil/NACA_Cylinder_Q.npy,1122591728,f79dfdaa3be95a5183981531e59b5a372cf3dd69986109f45426b3eb5410c58c
3
- airfoil/NACA_Cylinder_X.npy,224518448,23902420694ba8552e427480aa6b26c08ea4e7e0b2454ee83cd9e1d29060f35f
4
- airfoil/NACA_Cylinder_Y.npy,224518448,710c77e42c3fe49edcfc951b59693511e12f5491f9dcb77a506f395178481155
5
- darcy/piececonst_r421_N1024_smooth1.mat,1692307453,c8b1fd73a8bae85aa48afeb1fabd01204a03debe8e208524b72f615e13d2f664
6
- darcy/piececonst_r421_N1024_smooth2.mat,1692748750,c6522cf6cb3a8c4818268b2b07464a85e55ecd7206a23b4b1ac435bfae2e3eb5
7
- elasticity/Meshes/Random_UnitCell_XY_10.npy,31104080,29c615b7c8b0ef94252e4def4cd9999653b8759104619eb728b91a1cac5b665f
8
- elasticity/Meshes/Random_UnitCell_rr_10.npy,672080,70dc9fae27e8f361c09b5f43d004d50b30bbdf9c8d62227fd001321c61573f78
9
- elasticity/Meshes/Random_UnitCell_sigma_10.npy,15552080,eb8102b580001bab80ee99bfc33289f727491e1d8edab2a4a94abc37a348fa1a
10
- elasticity/Meshes/Random_UnitCell_theta_10.npy,160080,3315da70a33a86757e4799fd92630fcb767193c2a4406b3f45cc6f19b00d56ac
11
- ns/NavierStokes_V1e-5_N1200_T20.mat,412877192,b4995d0180ec15f06878e17527fd3e08a8f504bbc059ee025caffad11a9a82c0
12
- pipe/Pipe_Q.npy,922577168,d1ed4458cfb47e490b3b2487deceb36e516449eca2566d22ef6e8b31492ae223
13
- pipe/Pipe_X.npy,307525808,2ef591a0e3d69a54705a89fc656042bfe2a36abd387de5f24afeebd747527b6b
14
- pipe/Pipe_Y.npy,307525808,2d140fb1293bb9f87aaf41424ec857e0e89b7925efbf50382f825602473c3ccb
15
- plas/plas_N987_T20.mat,1613335719,b58681e7777531b34889da46b506d2f18845c5d7b194859394dfd958cf28178f
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8081fd9930998ef2cabfdc2c60101b531b3bcde4e1365c3de204779acf257404
3
+ size 1535
 
 
 
 
 
 
 
 
 
 
 
 
metadata/schema.json CHANGED
@@ -1,272 +1,3 @@
1
- {
2
- "dataset": "CFD_Benchmark",
3
- "subsets": [
4
- "airfoil",
5
- "darcy",
6
- "elasticity",
7
- "ns",
8
- "pipe",
9
- "plas"
10
- ],
11
- "files": [
12
- {
13
- "path": "airfoil/NACA_Cylinder_Q.npy",
14
- "format": "npy",
15
- "shape": [
16
- 2490,
17
- 5,
18
- 221,
19
- 51
20
- ],
21
- "dtype": "float64"
22
- },
23
- {
24
- "path": "airfoil/NACA_Cylinder_X.npy",
25
- "format": "npy",
26
- "shape": [
27
- 2490,
28
- 221,
29
- 51
30
- ],
31
- "dtype": "float64"
32
- },
33
- {
34
- "path": "airfoil/NACA_Cylinder_Y.npy",
35
- "format": "npy",
36
- "shape": [
37
- 2490,
38
- 221,
39
- 51
40
- ],
41
- "dtype": "float64"
42
- },
43
- {
44
- "path": "darcy/piececonst_r421_N1024_smooth1.mat",
45
- "format": "matlab_v5",
46
- "variables": [
47
- {
48
- "name": "Kcoeff",
49
- "shape": [
50
- 1024,
51
- 421,
52
- 421
53
- ],
54
- "dtype": "double"
55
- },
56
- {
57
- "name": "Kcoeff_x",
58
- "shape": [
59
- 1024,
60
- 421,
61
- 421
62
- ],
63
- "dtype": "double"
64
- },
65
- {
66
- "name": "Kcoeff_y",
67
- "shape": [
68
- 1024,
69
- 421,
70
- 421
71
- ],
72
- "dtype": "double"
73
- },
74
- {
75
- "name": "coeff",
76
- "shape": [
77
- 1024,
78
- 421,
79
- 421
80
- ],
81
- "dtype": "double"
82
- },
83
- {
84
- "name": "sol",
85
- "shape": [
86
- 1024,
87
- 421,
88
- 421
89
- ],
90
- "dtype": "double"
91
- }
92
- ]
93
- },
94
- {
95
- "path": "darcy/piececonst_r421_N1024_smooth2.mat",
96
- "format": "matlab_v5",
97
- "variables": [
98
- {
99
- "name": "Kcoeff",
100
- "shape": [
101
- 1024,
102
- 421,
103
- 421
104
- ],
105
- "dtype": "double"
106
- },
107
- {
108
- "name": "Kcoeff_x",
109
- "shape": [
110
- 1024,
111
- 421,
112
- 421
113
- ],
114
- "dtype": "double"
115
- },
116
- {
117
- "name": "Kcoeff_y",
118
- "shape": [
119
- 1024,
120
- 421,
121
- 421
122
- ],
123
- "dtype": "double"
124
- },
125
- {
126
- "name": "coeff",
127
- "shape": [
128
- 1024,
129
- 421,
130
- 421
131
- ],
132
- "dtype": "double"
133
- },
134
- {
135
- "name": "sol",
136
- "shape": [
137
- 1024,
138
- 421,
139
- 421
140
- ],
141
- "dtype": "double"
142
- }
143
- ]
144
- },
145
- {
146
- "path": "elasticity/Meshes/Random_UnitCell_XY_10.npy",
147
- "format": "npy",
148
- "shape": [
149
- 972,
150
- 2,
151
- 2000
152
- ],
153
- "dtype": "float64"
154
- },
155
- {
156
- "path": "elasticity/Meshes/Random_UnitCell_rr_10.npy",
157
- "format": "npy",
158
- "shape": [
159
- 42,
160
- 2000
161
- ],
162
- "dtype": "float64"
163
- },
164
- {
165
- "path": "elasticity/Meshes/Random_UnitCell_sigma_10.npy",
166
- "format": "npy",
167
- "shape": [
168
- 972,
169
- 2000
170
- ],
171
- "dtype": "float64"
172
- },
173
- {
174
- "path": "elasticity/Meshes/Random_UnitCell_theta_10.npy",
175
- "format": "npy",
176
- "shape": [
177
- 2000,
178
- 10
179
- ],
180
- "dtype": "float64"
181
- },
182
- {
183
- "path": "ns/NavierStokes_V1e-5_N1200_T20.mat",
184
- "format": "matlab_v5",
185
- "variables": [
186
- {
187
- "name": "a",
188
- "shape": [
189
- 1200,
190
- 64,
191
- 64
192
- ],
193
- "dtype": "single"
194
- },
195
- {
196
- "name": "u",
197
- "shape": [
198
- 1200,
199
- 64,
200
- 64,
201
- 20
202
- ],
203
- "dtype": "single"
204
- },
205
- {
206
- "name": "t",
207
- "shape": [
208
- 1,
209
- 20
210
- ],
211
- "dtype": "single"
212
- }
213
- ]
214
- },
215
- {
216
- "path": "pipe/Pipe_Q.npy",
217
- "format": "npy",
218
- "shape": [
219
- 2310,
220
- 3,
221
- 129,
222
- 129
223
- ],
224
- "dtype": "float64"
225
- },
226
- {
227
- "path": "pipe/Pipe_X.npy",
228
- "format": "npy",
229
- "shape": [
230
- 2310,
231
- 129,
232
- 129
233
- ],
234
- "dtype": "float64"
235
- },
236
- {
237
- "path": "pipe/Pipe_Y.npy",
238
- "format": "npy",
239
- "shape": [
240
- 2310,
241
- 129,
242
- 129
243
- ],
244
- "dtype": "float64"
245
- },
246
- {
247
- "path": "plas/plas_N987_T20.mat",
248
- "format": "matlab_v5",
249
- "variables": [
250
- {
251
- "name": "input",
252
- "shape": [
253
- 987,
254
- 101
255
- ],
256
- "dtype": "double"
257
- },
258
- {
259
- "name": "output",
260
- "shape": [
261
- 987,
262
- 101,
263
- 31,
264
- 20,
265
- 4
266
- ],
267
- "dtype": "double"
268
- }
269
- ]
270
- }
271
- ]
272
- }
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:29424920552b7ff07048319cd9d81366fa20f13a12b4ca2d0d23dbc2166a1aa5
3
+ size 4772
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
metadata/source_file_manifest.csv CHANGED
@@ -1,15 +1,3 @@
1
- rel_path,size,sha256
2
- airfoil/NACA_Cylinder_Q.npy,1122591728,f79dfdaa3be95a5183981531e59b5a372cf3dd69986109f45426b3eb5410c58c
3
- airfoil/NACA_Cylinder_X.npy,224518448,23902420694ba8552e427480aa6b26c08ea4e7e0b2454ee83cd9e1d29060f35f
4
- airfoil/NACA_Cylinder_Y.npy,224518448,710c77e42c3fe49edcfc951b59693511e12f5491f9dcb77a506f395178481155
5
- darcy/piececonst_r421_N1024_smooth1.mat,1692307453,c8b1fd73a8bae85aa48afeb1fabd01204a03debe8e208524b72f615e13d2f664
6
- darcy/piececonst_r421_N1024_smooth2.mat,1692748750,c6522cf6cb3a8c4818268b2b07464a85e55ecd7206a23b4b1ac435bfae2e3eb5
7
- elasticity/Meshes/Random_UnitCell_XY_10.npy,31104080,29c615b7c8b0ef94252e4def4cd9999653b8759104619eb728b91a1cac5b665f
8
- elasticity/Meshes/Random_UnitCell_rr_10.npy,672080,70dc9fae27e8f361c09b5f43d004d50b30bbdf9c8d62227fd001321c61573f78
9
- elasticity/Meshes/Random_UnitCell_sigma_10.npy,15552080,eb8102b580001bab80ee99bfc33289f727491e1d8edab2a4a94abc37a348fa1a
10
- elasticity/Meshes/Random_UnitCell_theta_10.npy,160080,3315da70a33a86757e4799fd92630fcb767193c2a4406b3f45cc6f19b00d56ac
11
- ns/NavierStokes_V1e-5_N1200_T20.mat,412877192,b4995d0180ec15f06878e17527fd3e08a8f504bbc059ee025caffad11a9a82c0
12
- pipe/Pipe_Q.npy,922577168,d1ed4458cfb47e490b3b2487deceb36e516449eca2566d22ef6e8b31492ae223
13
- pipe/Pipe_X.npy,307525808,2ef591a0e3d69a54705a89fc656042bfe2a36abd387de5f24afeebd747527b6b
14
- pipe/Pipe_Y.npy,307525808,2d140fb1293bb9f87aaf41424ec857e0e89b7925efbf50382f825602473c3ccb
15
- plas/plas_N987_T20.mat,1613335719,b58681e7777531b34889da46b506d2f18845c5d7b194859394dfd958cf28178f
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8081fd9930998ef2cabfdc2c60101b531b3bcde4e1365c3de204779acf257404
3
+ size 1535
 
 
 
 
 
 
 
 
 
 
 
 
reports/dataset_validation.json CHANGED
@@ -1,383 +1,3 @@
1
- {
2
- "ok": true,
3
- "data_root": "data",
4
- "file_manifest": "metadata/file_manifest.csv",
5
- "checked_files": 14,
6
- "results": [
7
- {
8
- "rel_path": "airfoil/NACA_Cylinder_Q.npy",
9
- "exists": true,
10
- "expected_size": 1122591728,
11
- "expected_sha256": "f79dfdaa3be95a5183981531e59b5a372cf3dd69986109f45426b3eb5410c58c",
12
- "actual_size": 1122591728,
13
- "status": "ok",
14
- "actual_sha256": "f79dfdaa3be95a5183981531e59b5a372cf3dd69986109f45426b3eb5410c58c",
15
- "schema": {
16
- "format": "npy",
17
- "shape": [
18
- 2490,
19
- 5,
20
- 221,
21
- 51
22
- ],
23
- "dtype": "float64"
24
- }
25
- },
26
- {
27
- "rel_path": "airfoil/NACA_Cylinder_X.npy",
28
- "exists": true,
29
- "expected_size": 224518448,
30
- "expected_sha256": "23902420694ba8552e427480aa6b26c08ea4e7e0b2454ee83cd9e1d29060f35f",
31
- "actual_size": 224518448,
32
- "status": "ok",
33
- "actual_sha256": "23902420694ba8552e427480aa6b26c08ea4e7e0b2454ee83cd9e1d29060f35f",
34
- "schema": {
35
- "format": "npy",
36
- "shape": [
37
- 2490,
38
- 221,
39
- 51
40
- ],
41
- "dtype": "float64"
42
- }
43
- },
44
- {
45
- "rel_path": "airfoil/NACA_Cylinder_Y.npy",
46
- "exists": true,
47
- "expected_size": 224518448,
48
- "expected_sha256": "710c77e42c3fe49edcfc951b59693511e12f5491f9dcb77a506f395178481155",
49
- "actual_size": 224518448,
50
- "status": "ok",
51
- "actual_sha256": "710c77e42c3fe49edcfc951b59693511e12f5491f9dcb77a506f395178481155",
52
- "schema": {
53
- "format": "npy",
54
- "shape": [
55
- 2490,
56
- 221,
57
- 51
58
- ],
59
- "dtype": "float64"
60
- }
61
- },
62
- {
63
- "rel_path": "darcy/piececonst_r421_N1024_smooth1.mat",
64
- "exists": true,
65
- "expected_size": 1692307453,
66
- "expected_sha256": "c8b1fd73a8bae85aa48afeb1fabd01204a03debe8e208524b72f615e13d2f664",
67
- "actual_size": 1692307453,
68
- "status": "ok",
69
- "actual_sha256": "c8b1fd73a8bae85aa48afeb1fabd01204a03debe8e208524b72f615e13d2f664",
70
- "schema": {
71
- "format": "matlab_v5",
72
- "variables": [
73
- {
74
- "name": "Kcoeff",
75
- "shape": [
76
- 1024,
77
- 421,
78
- 421
79
- ],
80
- "dtype": "double"
81
- },
82
- {
83
- "name": "Kcoeff_x",
84
- "shape": [
85
- 1024,
86
- 421,
87
- 421
88
- ],
89
- "dtype": "double"
90
- },
91
- {
92
- "name": "Kcoeff_y",
93
- "shape": [
94
- 1024,
95
- 421,
96
- 421
97
- ],
98
- "dtype": "double"
99
- },
100
- {
101
- "name": "coeff",
102
- "shape": [
103
- 1024,
104
- 421,
105
- 421
106
- ],
107
- "dtype": "double"
108
- },
109
- {
110
- "name": "sol",
111
- "shape": [
112
- 1024,
113
- 421,
114
- 421
115
- ],
116
- "dtype": "double"
117
- }
118
- ],
119
- "metadata_mode": "scipy.io.whosmat"
120
- }
121
- },
122
- {
123
- "rel_path": "darcy/piececonst_r421_N1024_smooth2.mat",
124
- "exists": true,
125
- "expected_size": 1692748750,
126
- "expected_sha256": "c6522cf6cb3a8c4818268b2b07464a85e55ecd7206a23b4b1ac435bfae2e3eb5",
127
- "actual_size": 1692748750,
128
- "status": "ok",
129
- "actual_sha256": "c6522cf6cb3a8c4818268b2b07464a85e55ecd7206a23b4b1ac435bfae2e3eb5",
130
- "schema": {
131
- "format": "matlab_v5",
132
- "variables": [
133
- {
134
- "name": "Kcoeff",
135
- "shape": [
136
- 1024,
137
- 421,
138
- 421
139
- ],
140
- "dtype": "double"
141
- },
142
- {
143
- "name": "Kcoeff_x",
144
- "shape": [
145
- 1024,
146
- 421,
147
- 421
148
- ],
149
- "dtype": "double"
150
- },
151
- {
152
- "name": "Kcoeff_y",
153
- "shape": [
154
- 1024,
155
- 421,
156
- 421
157
- ],
158
- "dtype": "double"
159
- },
160
- {
161
- "name": "coeff",
162
- "shape": [
163
- 1024,
164
- 421,
165
- 421
166
- ],
167
- "dtype": "double"
168
- },
169
- {
170
- "name": "sol",
171
- "shape": [
172
- 1024,
173
- 421,
174
- 421
175
- ],
176
- "dtype": "double"
177
- }
178
- ],
179
- "metadata_mode": "scipy.io.whosmat"
180
- }
181
- },
182
- {
183
- "rel_path": "elasticity/Meshes/Random_UnitCell_XY_10.npy",
184
- "exists": true,
185
- "expected_size": 31104080,
186
- "expected_sha256": "29c615b7c8b0ef94252e4def4cd9999653b8759104619eb728b91a1cac5b665f",
187
- "actual_size": 31104080,
188
- "status": "ok",
189
- "actual_sha256": "29c615b7c8b0ef94252e4def4cd9999653b8759104619eb728b91a1cac5b665f",
190
- "schema": {
191
- "format": "npy",
192
- "shape": [
193
- 972,
194
- 2,
195
- 2000
196
- ],
197
- "dtype": "float64"
198
- }
199
- },
200
- {
201
- "rel_path": "elasticity/Meshes/Random_UnitCell_rr_10.npy",
202
- "exists": true,
203
- "expected_size": 672080,
204
- "expected_sha256": "70dc9fae27e8f361c09b5f43d004d50b30bbdf9c8d62227fd001321c61573f78",
205
- "actual_size": 672080,
206
- "status": "ok",
207
- "actual_sha256": "70dc9fae27e8f361c09b5f43d004d50b30bbdf9c8d62227fd001321c61573f78",
208
- "schema": {
209
- "format": "npy",
210
- "shape": [
211
- 42,
212
- 2000
213
- ],
214
- "dtype": "float64"
215
- }
216
- },
217
- {
218
- "rel_path": "elasticity/Meshes/Random_UnitCell_sigma_10.npy",
219
- "exists": true,
220
- "expected_size": 15552080,
221
- "expected_sha256": "eb8102b580001bab80ee99bfc33289f727491e1d8edab2a4a94abc37a348fa1a",
222
- "actual_size": 15552080,
223
- "status": "ok",
224
- "actual_sha256": "eb8102b580001bab80ee99bfc33289f727491e1d8edab2a4a94abc37a348fa1a",
225
- "schema": {
226
- "format": "npy",
227
- "shape": [
228
- 972,
229
- 2000
230
- ],
231
- "dtype": "float64"
232
- }
233
- },
234
- {
235
- "rel_path": "elasticity/Meshes/Random_UnitCell_theta_10.npy",
236
- "exists": true,
237
- "expected_size": 160080,
238
- "expected_sha256": "3315da70a33a86757e4799fd92630fcb767193c2a4406b3f45cc6f19b00d56ac",
239
- "actual_size": 160080,
240
- "status": "ok",
241
- "actual_sha256": "3315da70a33a86757e4799fd92630fcb767193c2a4406b3f45cc6f19b00d56ac",
242
- "schema": {
243
- "format": "npy",
244
- "shape": [
245
- 2000,
246
- 10
247
- ],
248
- "dtype": "float64"
249
- }
250
- },
251
- {
252
- "rel_path": "ns/NavierStokes_V1e-5_N1200_T20.mat",
253
- "exists": true,
254
- "expected_size": 412877192,
255
- "expected_sha256": "b4995d0180ec15f06878e17527fd3e08a8f504bbc059ee025caffad11a9a82c0",
256
- "actual_size": 412877192,
257
- "status": "ok",
258
- "actual_sha256": "b4995d0180ec15f06878e17527fd3e08a8f504bbc059ee025caffad11a9a82c0",
259
- "schema": {
260
- "format": "matlab_v5",
261
- "variables": [
262
- {
263
- "name": "a",
264
- "shape": [
265
- 1200,
266
- 64,
267
- 64
268
- ],
269
- "dtype": "single"
270
- },
271
- {
272
- "name": "u",
273
- "shape": [
274
- 1200,
275
- 64,
276
- 64,
277
- 20
278
- ],
279
- "dtype": "single"
280
- },
281
- {
282
- "name": "t",
283
- "shape": [
284
- 1,
285
- 20
286
- ],
287
- "dtype": "single"
288
- }
289
- ],
290
- "metadata_mode": "scipy.io.whosmat"
291
- }
292
- },
293
- {
294
- "rel_path": "pipe/Pipe_Q.npy",
295
- "exists": true,
296
- "expected_size": 922577168,
297
- "expected_sha256": "d1ed4458cfb47e490b3b2487deceb36e516449eca2566d22ef6e8b31492ae223",
298
- "actual_size": 922577168,
299
- "status": "ok",
300
- "actual_sha256": "d1ed4458cfb47e490b3b2487deceb36e516449eca2566d22ef6e8b31492ae223",
301
- "schema": {
302
- "format": "npy",
303
- "shape": [
304
- 2310,
305
- 3,
306
- 129,
307
- 129
308
- ],
309
- "dtype": "float64"
310
- }
311
- },
312
- {
313
- "rel_path": "pipe/Pipe_X.npy",
314
- "exists": true,
315
- "expected_size": 307525808,
316
- "expected_sha256": "2ef591a0e3d69a54705a89fc656042bfe2a36abd387de5f24afeebd747527b6b",
317
- "actual_size": 307525808,
318
- "status": "ok",
319
- "actual_sha256": "2ef591a0e3d69a54705a89fc656042bfe2a36abd387de5f24afeebd747527b6b",
320
- "schema": {
321
- "format": "npy",
322
- "shape": [
323
- 2310,
324
- 129,
325
- 129
326
- ],
327
- "dtype": "float64"
328
- }
329
- },
330
- {
331
- "rel_path": "pipe/Pipe_Y.npy",
332
- "exists": true,
333
- "expected_size": 307525808,
334
- "expected_sha256": "2d140fb1293bb9f87aaf41424ec857e0e89b7925efbf50382f825602473c3ccb",
335
- "actual_size": 307525808,
336
- "status": "ok",
337
- "actual_sha256": "2d140fb1293bb9f87aaf41424ec857e0e89b7925efbf50382f825602473c3ccb",
338
- "schema": {
339
- "format": "npy",
340
- "shape": [
341
- 2310,
342
- 129,
343
- 129
344
- ],
345
- "dtype": "float64"
346
- }
347
- },
348
- {
349
- "rel_path": "plas/plas_N987_T20.mat",
350
- "exists": true,
351
- "expected_size": 1613335719,
352
- "expected_sha256": "b58681e7777531b34889da46b506d2f18845c5d7b194859394dfd958cf28178f",
353
- "actual_size": 1613335719,
354
- "status": "ok",
355
- "actual_sha256": "b58681e7777531b34889da46b506d2f18845c5d7b194859394dfd958cf28178f",
356
- "schema": {
357
- "format": "matlab_v5",
358
- "variables": [
359
- {
360
- "name": "input",
361
- "shape": [
362
- 987,
363
- 101
364
- ],
365
- "dtype": "double"
366
- },
367
- {
368
- "name": "output",
369
- "shape": [
370
- 987,
371
- 101,
372
- 31,
373
- 20,
374
- 4
375
- ],
376
- "dtype": "double"
377
- }
378
- ],
379
- "metadata_mode": "scipy.io.whosmat"
380
- }
381
- }
382
- ]
383
- }
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1223762c4343ee6c79c88947936e8ab36c276acc7b173a4399d815fe471d0377
3
+ size 9896
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
reports/source_target_integrity.json CHANGED
@@ -1,17 +1,3 @@
1
- {
2
- "ok": true,
3
- "source_root": "/public/share/sugonhpcapp01/onestore/onedatasets/CFD_Benchmark",
4
- "subsets": [
5
- "airfoil",
6
- "darcy",
7
- "elasticity",
8
- "ns",
9
- "pipe",
10
- "plas"
11
- ],
12
- "source_files": 14,
13
- "target_files": 14,
14
- "missing_in_target": [],
15
- "extra_in_target": [],
16
- "mismatched": []
17
- }
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fce3851bb7cbc944294e14817092e8c7c0c6c51a54afdcdc09909c62527780f0
3
+ size 315