From f5d49db4eccca701852e055602a3f3d4c558774a Mon Sep 17 00:00:00 2001 From: Martin Kuban Date: Wed, 28 Feb 2024 16:31:11 +0100 Subject: [PATCH] remove duplicate grid in test --- tests/test_Grid.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/tests/test_Grid.py b/tests/test_Grid.py index a901698..058b7cc 100644 --- a/tests/test_Grid.py +++ b/tests/test_Grid.py @@ -5,10 +5,6 @@ from nomad_dos_fingerprints import Grid from nomad_dos_fingerprints.grid import NotCreatedError -@pytest.fixture -def grid(): - return Grid() - @pytest.fixture def grid(): return Grid()