Datasets:
Update README.md
Browse files
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)
|