You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A suggested enhancement by @jeremycusack is to get manage_freq to work in gmse_apply and effectively skip the management step when old_list is not NULL. The way that I would do this is to have an if statement in the main gmse_apply function that checks for the input manage_freq = -1 (negative one being easy to interpret). If that is the case and there is an old list with user costs in place, then management could be skipped, allowing for the manage_freq option currently restricted to the gmse function to also be used in gmse_apply.
The text was updated successfully, but these errors were encountered:
A suggested enhancement by @jeremycusack is to get
manage_freq
to work ingmse_apply
and effectively skip the management step whenold_list
is notNULL
. The way that I would do this is to have anif
statement in the maingmse_apply
function that checks for the inputmanage_freq = -1
(negative one being easy to interpret). If that is the case and there is an old list with user costs in place, then management could be skipped, allowing for themanage_freq
option currently restricted to thegmse
function to also be used ingmse_apply
.The text was updated successfully, but these errors were encountered: