Skip to content

Commit

Permalink
Updating README to reflect new Model class
Browse files Browse the repository at this point in the history
  • Loading branch information
pshriwise committed Jan 16, 2024
1 parent b580dbd commit 9aa48f2
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,9 @@ Code:
```python
import dagmc

groups = dagmc.Group.groups_from_file('dagmc.h5m')
print(groups)
model = dagmc.DAGModel('dagmc.h5m')

print(model.groups)

fuel_group = groups['mat:fuel']

Expand Down

0 comments on commit 9aa48f2

Please sign in to comment.