Skip to content

Commit 7a2603e

Browse files
[pre-commit.ci] auto fixes from pre-commit hooks
1 parent 4f54439 commit 7a2603e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/conftest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ def do_minimal():
3838
# Create an instance of DiffractionObject with empty xarray and yarray values, and a non-empty wavelength
3939
return DiffractionObject(xarray=np.empty(0), yarray=np.empty(0), xtype="tth", wavelength=1.54)
4040

41+
4142
@pytest.fixture
4243
def do_minimal_tth():
4344
# Create an instance of DiffractionObject with non-empty xarray, yarray, and wavelength values
4445
return DiffractionObject(wavelength=2 * np.pi, xarray=np.array([30, 60]), yarray=np.array([1, 2]), xtype="tth")
45-

0 commit comments

Comments
 (0)