Skip to content

Commit

Permalink
removed browser()
Browse files Browse the repository at this point in the history
  • Loading branch information
kenarab committed Oct 26, 2023
1 parent 6c5ccdf commit 537258b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion R/ecological-inference.R
Original file line number Diff line number Diff line change
Expand Up @@ -1000,7 +1000,7 @@ EcologicalInferenceStrategyWittenbergEtAl <- R6Class("EcologicalInferenceStrateg
w = potential.votes.share[,2])
logger$info("calcFractions")

browser()
#browser()
dsOUTpre
potential.votes[,2]
self$fracsPG <- self$calcFractions(self$estsPG, nR = nR, nC = nC)
Expand Down
2 changes: 1 addition & 1 deletion tests/testthat/test_costa_rica.R
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ test_that("Costa Rica ecological Inference", {
# potential.votes.field = "habilitados",
ignore.fields = "habilitados",
col.types = cols(
.default = col_number(),
.default = col_double(),
id_unidad = col_character()
)
)
Expand Down

0 comments on commit 537258b

Please sign in to comment.