Changes made in September 2025 #22

Merged
tomekbalawajder merged 11 commits from Sept2025 into master 2025-09-29 11:34:03 +02:00
Showing only changes of commit 5a1f43d6cd - Show all commits

View File

@@ -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')