Update openmc/universe.py

Co-authored-by: Paul Romano <paul.k.romano@gmail.com>
This commit is contained in:
Josh May 2023-02-09 09:41:23 -08:00 committed by GitHub
parent 6d69c782ae
commit b41c8330f1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -116,10 +116,6 @@ class UniverseBase(ABC, IDManagerMixin):
"""Deepcopy all parameters of an openmc.UniverseBase object except its cells.
This should only be used from the openmc.UniverseBase.clone() context.
Returns
-------
None
"""
def clone(self, clone_materials=True, clone_regions=True, memo=None):