Skip to content

Commit 716d907

Browse files
removed prior redundant tests
1 parent aa85fcc commit 716d907

4 files changed

Lines changed: 1 addition & 470 deletions

File tree

openmc/data/photon_attenuation.py

Lines changed: 0 additions & 78 deletions
This file was deleted.

openmc/material.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,8 @@
2525
from openmc.checkvalue import PathLike
2626
from openmc.stats import Univariate, Discrete, Mixture, Tabular
2727
from openmc.data.data import _get_element_symbol, BARN_PER_CM_SQ, JOULE_PER_EV
28-
from openmc.data.function import Combination, Tabulated1D, Sum
28+
from openmc.data.function import Combination, Tabulated1D
2929
from openmc.data import mu_en_coefficients, dose_coefficients
30-
from openmc.data.photon_attenuation import linear_attenuation_xs
3130

3231

3332
# Units for density supported by OpenMC

tests/unit_tests/test_data_photon_attenuation.py

Lines changed: 0 additions & 257 deletions
This file was deleted.

0 commit comments

Comments
 (0)