Skip to content

Commit 3d10bbc

Browse files
committed
small bug fix
1 parent 45d71c3 commit 3d10bbc

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

validphys2/src/validphys/n3fit_data.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -299,7 +299,6 @@ def fitting_data_dict(
299299
# rotate the experimental data and remove negative modes
300300
u = u_trans.T
301301
expdata = u @ expdata
302-
expdata = expdata[pos_eig_vals_mask]
303302

304303
# perform training validation split
305304
tr_mask = np.random.random(ndata) < diagonal_frac

0 commit comments

Comments
 (0)