RangeShifter / RScore

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

Enable negative values for alpha parameters of transfer traits #65

Closed TheoPannetier closed 1 month ago

JetteReeg commented 2 months ago

This is actually already allowed in the RScore code. But in the batch version, the first check of input values (BatchMode::CheckEmigFile()) does not allow negative alpha values.

TheoPannetier commented 1 month ago

Done then!