File tree Expand file tree Collapse file tree 2 files changed +0
-7
lines changed Expand file tree Collapse file tree 2 files changed +0
-7
lines changed Original file line number Diff line number Diff line change @@ -55,9 +55,6 @@ mc3 <- function(ac, wr = FALSE) {
55
55
56
56
stime <- Sys.time()
57
57
58
- # # Force all concentrations to 1 significant figure
59
- dat [ , conc : = signif(conc , 1 )]
60
-
61
58
# # Load aeid mapping information.
62
59
aeid_info <- tcplLoadAeid(" acid" , ac )[ , list (acid , aeid )]
63
60
setkey(aeid_info , acid )
Original file line number Diff line number Diff line change @@ -59,10 +59,6 @@ sc1 <- function(ac, wr = FALSE) {
59
59
# # Remove data with well quality of 0
60
60
dat <- dat [wllq == 1 ]
61
61
62
- # # Force all concentrations to 1 significant figure
63
- dat [ , conc : = signif(conc , 1 )]
64
-
65
-
66
62
# # Load aeid mapping information.
67
63
aeid_info <- tcplLoadAeid(" acid" , ac )[ , list (acid , aeid )]
68
64
setkey(aeid_info , acid )
You can’t perform that action at this time.
0 commit comments