Skip to content

Commit e5703a1

Browse files
[pre-commit.ci lite] apply automatic fixes for ruff linting errors
1 parent e6126ac commit e5703a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sasmodels/model_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -601,7 +601,7 @@ def _generate_target_values(modelname, ngauss=0):
601601
actual = call_kernel(kernel, pars)
602602
if True or (actual != target).any():
603603
print("Test:", modelname, pars)
604-
print(f" q = ", qin)
604+
print(" q = ", qin)
605605
print(f" current => [{', '.join(f'{v:.15g}' for v in target)}]")
606606
print(f" ngauss={ngauss} => [{', '.join(f'{v:.15g}' for v in actual)}]")
607607

0 commit comments

Comments
 (0)