From cf8cd62961bbb8b6de52f4e944d725c90072ab05 Mon Sep 17 00:00:00 2001 From: Patrick Shriwise Date: Fri, 3 Feb 2023 19:32:41 -0600 Subject: [PATCH] Update tests/unit_tests/test_source_mesh.py Co-authored-by: Paul Romano --- tests/unit_tests/test_source_mesh.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/tests/unit_tests/test_source_mesh.py b/tests/unit_tests/test_source_mesh.py index dc4cbf06c..e6074cb23 100644 --- a/tests/unit_tests/test_source_mesh.py +++ b/tests/unit_tests/test_source_mesh.py @@ -1,15 +1,14 @@ from itertools import product - from pathlib import Path +from subprocess import call + import pytest import numpy as np - import openmc import openmc.lib from tests import cdtemp from tests.regression_tests import config -from subprocess import call TETS_PER_VOXEL = 12