mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-28 22:26:08 -04:00
Cosmetic fixes from PullRequest [2019-12-05]
This commit is contained in:
parent
8fcd74b14b
commit
6d0aa86cef
39 changed files with 247 additions and 222 deletions
|
|
@ -2,7 +2,7 @@ from collections import OrderedDict
|
|||
from collections.abc import Iterable
|
||||
from copy import deepcopy
|
||||
from math import cos, sin, pi
|
||||
from numbers import Real, Integral
|
||||
from numbers import Real
|
||||
from xml.etree import ElementTree as ET
|
||||
import sys
|
||||
import warnings
|
||||
|
|
@ -442,7 +442,7 @@ class Cell(IDManagerMixin):
|
|||
if memo is None:
|
||||
memo = {}
|
||||
|
||||
# If no nemoize'd clone exists, instantiate one
|
||||
# If no memoize'd clone exists, instantiate one
|
||||
if self not in memo:
|
||||
# Temporarily remove paths
|
||||
paths = self._paths
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue