mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-28 14:15:42 -04:00
Removed print statements from test
This commit is contained in:
parent
8c320cf1a4
commit
6b828523fe
1 changed files with 0 additions and 2 deletions
|
|
@ -318,8 +318,6 @@ def test_rm_cov(gd154):
|
|||
assert not subset.parameters.empty
|
||||
assert (subset.file2res.parameters['energy'] < 100).all()
|
||||
samples = cov.sample_resonance_parameters(1)
|
||||
print(samples)
|
||||
print(samples[0])
|
||||
xs = samples[0].reconstruct([10., 100., 1000.])
|
||||
assert sorted(xs.keys()) == [2, 18, 102]
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue