View source: R/utils_test_that.R
| check_adjust_n_samples_on_CI | R Documentation |
Function adjust the number of samples depending on the test environment. On continuous integration it is limited to a random sample of combinations.
check_adjust_n_samples_on_CI(n_samples_requested, n_CI = 50L)
n_samples_requested |
|
n_CI |
|
Returns an int depending on the test environment.
Other Utils TestThat Developers:
generate_args_for_tests(),
generate_embeddings(),
generate_tensors(),
get_current_args_for_print(),
get_fixed_test_tensor(),
get_test_data_for_classifiers(),
monitor_test_time_on_CI(),
random_bool_on_CI()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.