Skip to content

Commit

Permalink
Update stokes_cylinder
Browse files Browse the repository at this point in the history
  • Loading branch information
nbouziani committed Jan 21, 2024
1 parent 85b716d commit 4f2339f
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
Binary file modified data/datasets/stokes_cylinder/test_data.h5
Binary file not shown.
Binary file modified data/datasets/stokes_cylinder/train_data.h5
Binary file not shown.
2 changes: 1 addition & 1 deletion physics_driven_ml/dataset_processing/pde_dataset.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ def load_dataset(self, fname: str):
# Load adjacency list
edge_index = np.array(afile.h5pyfile["edge_index"])
# Load mesh
mesh = afile.load_mesh("mesh")
mesh = afile.load_mesh()
# Load data
for i in range(n):
f = afile.load_function(mesh, "f", idx=i)
Expand Down

0 comments on commit 4f2339f

Please sign in to comment.