Skip to content

Commit

Permalink
TEST: getting back to re-calculating objective function to get model …
Browse files Browse the repository at this point in the history
…visibilities
  • Loading branch information
miguelcarcamov committed Nov 12, 2024
1 parent c786ab8 commit 284fcc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/functions.cu
Original file line number Diff line number Diff line change
Expand Up @@ -3610,7 +3610,7 @@ __global__ void DChi2_SharedMemory(float* noise,
u_shared[v] = UVW[v].x;
v_shared[v] = UVW[v].y;
w_shared[v] = UVW[v].z;
weight_shared[v] = weight[v];
weight_shared[v] = w[v];
Vr_shared[v] = Vr[v];
printf("u: %f, v:%f, weight: %f, real: %f, imag: %f\n", u_shared[v],
v_shared[v], w_shared[v], Vr_shared[v].x, Vr_shared[v].y);
Expand Down

0 comments on commit 284fcc2

Please sign in to comment.