Skip to content
Snippets Groups Projects

Clean up and Bug Fixes

Merged Markus Holzer requested to merge holzer/pystencils:Fixes into master
Viewing commit 6e51e2d5
Show latest version
2 files
+ 4
1
Preferences
Compare changes
Files
2
@@ -21,6 +21,7 @@ INPUT_FOLDER = SCRIPT_FOLDER / "kerncraft_inputs"
@pytest.mark.kerncraft
@pytest.mark.filterwarnings("ignore::DeprecationWarning")
def test_compilation():
machine_file_path = INPUT_FOLDER / "Example_SandyBridgeEP_E5-2680.yml"
machine = MachineModel(path_to_yaml=machine_file_path)
@@ -58,6 +59,7 @@ def analysis(kernel, machine, model='ecmdata'):
@pytest.mark.kerncraft
@pytest.mark.filterwarnings("ignore::DeprecationWarning")
def test_3d_7pt_osaca():
size = [20, 200, 200]
@@ -93,6 +95,7 @@ def test_3d_7pt_osaca():
@pytest.mark.kerncraft
@pytest.mark.filterwarnings("ignore::DeprecationWarning")
def test_2d_5pt():
machine_file_path = INPUT_FOLDER / "Example_SandyBridgeEP_E5-2680.yml"
machine = MachineModel(path_to_yaml=machine_file_path)
@@ -119,6 +122,7 @@ def test_2d_5pt():
@pytest.mark.kerncraft
@pytest.mark.filterwarnings("ignore::DeprecationWarning")
def test_3d_7pt():
machine_file_path = INPUT_FOLDER / "Example_SandyBridgeEP_E5-2680.yml"
machine = MachineModel(path_to_yaml=machine_file_path)