mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-28 06:05:58 -04:00
Move test_element_wo to unit tests
This commit is contained in:
parent
7653be0a5e
commit
2673880a9c
1 changed files with 1 additions and 3 deletions
|
|
@ -5,13 +5,11 @@ import sys
|
|||
|
||||
import numpy as np
|
||||
|
||||
sys.path.insert(0, os.pardir)
|
||||
sys.path.insert(0, os.path.join(os.pardir, os.pardir))
|
||||
from openmc import Material
|
||||
from openmc.data import NATURAL_ABUNDANCE, atomic_mass
|
||||
|
||||
|
||||
if __name__ == '__main__':
|
||||
def test_element_wo():
|
||||
# This test doesn't require an OpenMC run. We just need to make sure the
|
||||
# element.expand() method expands elements with the proper nuclide
|
||||
# compositions.
|
||||
Loading…
Add table
Add a link
Reference in a new issue