Skip to content

Commit

Permalink
indeed; left from debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
victor-navarro committed Apr 4, 2024
1 parent 380c2d3 commit 39586c4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion R/class_experiment.R
Original file line number Diff line number Diff line change
Expand Up @@ -357,7 +357,6 @@ setMethod("graph", "CalmrExperiment", function(x, ...) {
odat <- res[[assoc_output]]
weights <- odat[odat$model == m, ]
if (x@model == "PKH1982") {
browser()
evs <- weights[weights$type == "EV", ]
ivs <- weights[weights$type == "IV", ]
weights <- evs
Expand Down

0 comments on commit 39586c4

Please sign in to comment.