We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 45d71c3 commit 3d10bbcCopy full SHA for 3d10bbc
validphys2/src/validphys/n3fit_data.py
@@ -299,7 +299,6 @@ def fitting_data_dict(
299
# rotate the experimental data and remove negative modes
300
u = u_trans.T
301
expdata = u @ expdata
302
- expdata = expdata[pos_eig_vals_mask]
303
304
# perform training validation split
305
tr_mask = np.random.random(ndata) < diagonal_frac
0 commit comments