fabiencasenave commited on
Commit
1f295cd
·
verified ·
1 Parent(s): 2ad883e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -487,7 +487,7 @@ sample = Sample.model_validate(pickle.loads(hf_dataset[ids_test[0]]["sample"]))
487
  # Examples data retrievals
488
  nodes = sample.get_nodes()
489
  elements = sample.get_elements()
490
- nodal_tags = sample.get_nodal_tags())
491
 
492
  for fn in ['Mach', 'Pressure', 'Velocity-x', 'Velocity-y']:
493
  field = sample.get_field(fn)
 
487
  # Examples data retrievals
488
  nodes = sample.get_nodes()
489
  elements = sample.get_elements()
490
+ nodal_tags = sample.get_nodal_tags()
491
 
492
  for fn in ['Mach', 'Pressure', 'Velocity-x', 'Velocity-y']:
493
  field = sample.get_field(fn)