rvalerio commited on
Commit
a4907cc
·
1 Parent(s): 7c0a14f

commit files to HF hub

Browse files
Files changed (1) hide show
  1. windtunnel.py +2 -2
windtunnel.py CHANGED
@@ -10,8 +10,8 @@ class WindtunnelDataset(datasets.GeneratorBasedBuilder):
10
  return datasets.DatasetInfo(
11
  features=datasets.Features(
12
  {
13
- "coeff": datasets.Value("dictionary"), # JSON file as a dictionary
14
- "input": datasets.Value("dictionary"), # JSON file as a dictionary
15
  "input_mesh": datasets.Value("binary"), # OBJ mesh file as binary
16
  "openfoam_mesh": datasets.Value(
17
  "binary"
 
10
  return datasets.DatasetInfo(
11
  features=datasets.Features(
12
  {
13
+ "coeff": datasets.Value("binary"), # JSON file as a dictionary
14
+ "input": datasets.Value("binary"), # JSON file as a dictionary
15
  "input_mesh": datasets.Value("binary"), # OBJ mesh file as binary
16
  "openfoam_mesh": datasets.Value(
17
  "binary"