Skip to content

Mesh can collect max positions

Olof Svensson requested to merge mesh_can_collect_max_positions into main

The previous version created problems because the data_collection_max_positions variable was set upstreams and sometimes the user needs to override this value. By setting the upperBound to 1000 it ensures that this will be possible. 1000 is an arbitrary number, normally no one will ever collect more than 1000 positions on a sample.

Merge request reports