lint: unneeded variable definition
All checks were successful
gitea-physics/deepdog/pipeline/head This commit looks good

This commit is contained in:
Deepak Mallubhotla 2024-03-17 18:40:46 -05:00
parent 3ae0783d00
commit b27e504bbd
Signed by: deepak
GPG Key ID: BEBAEBF28083E022

View File

@ -125,7 +125,8 @@ def get_a_result_fast_filter_tarucha_spin_qubit_pair_phase_only(input) -> int:
r1s = dot_pair_inputs[:, 0, 0:3]
r2s = dot_pair_inputs[:, 1, 0:3]
f1s = dot_pair_inputs[:, 0, 3]
f2s = dot_pair_inputs[:, 1, 3]
# Don't actually need this
# f2s = dot_pair_inputs[:, 1, 3]
diffses1 = r1s[:, None] - ss[:, None, :]
diffses2 = r2s[:, None] - ss[:, None, :]