Skip to content

Commit

Permalink
correct bug in fix to #58 💩
Browse files Browse the repository at this point in the history
  • Loading branch information
levisc8 committed Apr 26, 2022
1 parent 71f2fa2 commit 9abdd3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/internal-make_ipm.R
Original file line number Diff line number Diff line change
Expand Up @@ -929,7 +929,7 @@

nms_test <- logical(length(pos_ids))

pos_kerns <- proto[proto$uses_par_sets, "kernel_ids"]
pos_kerns <- proto[proto$uses_par_sets, "kernel_id"]

for(i in seq_along(pos_ids)) {

Expand Down

0 comments on commit 9abdd3d

Please sign in to comment.