A library to scatter things accross a cluster depending on weights
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

8 lines
183 B

#include "catch.hpp"
#include "scatter/scatter.h"
TEST_CASE("Storage tree")
{
StorageTree::root n;
StorageTree::update_weights(n,StorageTree::total_weight<StorageTree::root>(n));
}