Changes made in September 2025 #22
@@ -313,7 +313,7 @@ verbose: {verbose}")
|
||||
|
||||
# run activity rate modeling
|
||||
lambdas = [None]
|
||||
if custom_rate != None and forecast_select:
|
||||
if custom_rate != None and forecast_select and not rate_select:
|
||||
logger.info(f"Using activity rate specified by user: {custom_rate} per {time_unit}")
|
||||
lambdas = np.array([custom_rate], dtype='d')
|
||||
lambdas_perc = np.array([1], dtype='d')
|
||||
|
Reference in New Issue
Block a user