updated number of expected to append

This commit is contained in:
Khalim Conn-Kowlessar 2024-03-09 16:22:28 +00:00
parent f9957a55d0
commit 1ccb2cdebd

View file

@ -4419,7 +4419,7 @@ def forecast_remaining_sales(loader):
}
# Make sure nothing is forgotten due to duplicate multi-index keys
if len(to_append) != 49:
if len(to_append) != 51:
raise ValueError("Something went wrong")
results.append(to_append)