RangeShifter / RScore

RangeShifter's core simulation code
GNU General Public License v3.0
0 stars 0 forks source link

The correct number of patches is sampled #49

Closed TheoPannetier closed 2 days ago

TheoPannetier commented 3 months ago

If sampling option is all, all patches in landscape get sampled. If random option is selected, the correct number of patches gets sampled. If a comma-separated list is provided, those patches only are sampled.

TheoPannetier commented 2 days ago

Tricky to make a test that makes sense, as the sampling is done directly within RunModel()