Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion analysis/neutron/openmc_model.py
Original file line number Diff line number Diff line change
Expand Up @@ -312,7 +312,7 @@ def baby_geometry(x_c: float, y_c: float, z_c: float):
return sphere, cllif_cell, cells


def baby_model():
def baby_model() -> openmc.Model:
"""Returns an openmc model of the BABY experiment.

Returns:
Expand Down
Loading
Loading