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
I was trying to run a model using only one period out of the three periods defined. However, flextoolrunner.py does not output those 'unused' periods to stes_in_timeline.csv' and this results in 'not within specified set' error when some data has been defined also for those unused periods.
The 'runner.write_full_timelines' call (line 1959) should pick all periods and not just the ones in use.