From ca667152e5bab3f1129eee8bb810c599181cb422 Mon Sep 17 00:00:00 2001 From: Mikkel Pedersen Date: Fri, 8 Jul 2022 15:50:29 +0200 Subject: [PATCH] fix(multiphase): Remove optional lists --- pollination/honeybee_radiance/multiphase.py | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/pollination/honeybee_radiance/multiphase.py b/pollination/honeybee_radiance/multiphase.py index 9bd9498..27eac40 100644 --- a/pollination/honeybee_radiance/multiphase.py +++ b/pollination/honeybee_radiance/multiphase.py @@ -278,19 +278,17 @@ def prepare_multiphase(self): two_phase_info = Outputs.list( description='Output octree files list for the 2-Phase studies.', - path='two_phase.json', + path='two_phase.json' ) three_phase_info = Outputs.list( description='Output octree files list for the 3-Phase studies.', - path='three_phase.json', - optional=True + path='three_phase.json' ) five_phase_info = Outputs.list( description='Output octree files list for the 5-Phase studies.', - path='five_phase.json', - optional=True + path='five_phase.json' ) grid_states_file = Outputs.file(