Skip to content

Commit 8099047

Browse files
committed
FIX: re-format code for Black 22.1
1 parent 93c1bb4 commit 8099047

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pytools/data/_simulation.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ def sim_data(
178178
- two_way_coef[0] * tmp_data.TwoFactor1
179179
+ two_way_coef[1] * tmp_data.TwoFactor2
180180
+ two_way_coef[2] * tmp_data.TwoFactor1 * tmp_data.TwoFactor2
181-
+ tmp_data.Nonlinear1 ** 3
181+
+ tmp_data.Nonlinear1**3
182182
+ 2 * np.exp(-6 * (tmp_data.Nonlinear1 - 0.3) ** 2)
183183
+ 2 * np.sin(np.pi * tmp_data.Nonlinear2 * tmp_data.Nonlinear3)
184184
)

0 commit comments

Comments
 (0)