Skip to content

Commit

Permalink
Update op_parser.R
Browse files Browse the repository at this point in the history
  • Loading branch information
bpbond committed Aug 24, 2015
1 parent ab77d2a commit 702d9b3
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions R/outputplotter/op_parser.R
Original file line number Diff line number Diff line change
Expand Up @@ -299,13 +299,8 @@ matchdata <- function( d_sim, d_obs ) {
if( CTAG_FIELD %in% names( d_sim ) ) {
d_sim[ CTAG_FIELD ] <- NULL
}
# print(system.time({
# d_sim <- merge( d_sim, cmap, by=COMPONENT_FIELD, all = TRUE )
# }))
# print(system.time({
d_sim <- dplyr::left_join( d_sim, cmap, by=COMPONENT_FIELD )
# }))


warn_unmatched( d_sim, CTAG_FIELD, COMPONENT_FIELD )

# Comparison data is basically the same, except that we have to match the data's
Expand Down

0 comments on commit 702d9b3

Please sign in to comment.