Skip to content

Commit

Permalink
pass arguments correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
emerencia committed May 4, 2016
1 parent 322b8b7 commit 778ea1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/generate_networks.r
Expand Up @@ -328,6 +328,6 @@ generate_networks_clean <- function(data, timestamp, always_include = NULL, pair
labels = new_labels,
measurements_per_day = measurements_per_day,
max_network_size = max_network_size,
include_model = FALSE,
include_model = include_model,
second_significances = second_significances)
}

0 comments on commit 778ea1f

Please sign in to comment.