mirror of
https://github.com/Hestia-Homes/Model.git
synced 2026-06-30 13:10:47 +00:00
updated number of expected to append
This commit is contained in:
parent
f9957a55d0
commit
1ccb2cdebd
1 changed files with 1 additions and 1 deletions
|
|
@ -4419,7 +4419,7 @@ def forecast_remaining_sales(loader):
|
||||||
}
|
}
|
||||||
|
|
||||||
# Make sure nothing is forgotten due to duplicate multi-index keys
|
# 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")
|
raise ValueError("Something went wrong")
|
||||||
|
|
||||||
results.append(to_append)
|
results.append(to_append)
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue