mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-27 13:45:36 -04:00
Reorganize imports in source_sampling/test.py
Co-authored-by: Patrick Shriwise <pshriwise@gmail.com>
This commit is contained in:
parent
9f6d536959
commit
7a3a1876e1
1 changed files with 4 additions and 3 deletions
|
|
@ -2,11 +2,12 @@ import glob
|
|||
from itertools import product
|
||||
import os
|
||||
|
||||
import openmc
|
||||
import openmc.lib
|
||||
import pytest
|
||||
import numpy as np
|
||||
|
||||
import pytest
|
||||
import openmc
|
||||
import openmc.lib
|
||||
|
||||
from tests.testing_harness import PyAPITestHarness
|
||||
from tests.regression_tests import config
|
||||
from subprocess import call
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue