segrelab / comets

Computation of Microbial Ecosystems in Time and Space
GNU General Public License v3.0
19 stars 10 forks source link

Signal bugfix #37

Closed jeremymchacon closed 3 years ago

jeremymchacon commented 4 years ago

This commit fixed a couple of small bugs in signaling having to do with signals only sometimes working when max/min is set. As a part of the fix, it had the biomass upper bound compare the allowable amount in the current box to the value in getUpperBounds() rather than getBaseUpperBounds(). I think that should be fine for everything but we should be aware of the change in case there was a reason for using getBaseUpperBounds().