From 659311526b35a06641fbee744852888d536507bf Mon Sep 17 00:00:00 2001 From: mostaphaRoudsari Date: Thu, 30 Jun 2022 20:16:53 -0400 Subject: [PATCH] fix(task): fix the output name --- pollination/three_phase/three_phase/_daylight_matrix.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pollination/three_phase/three_phase/_daylight_matrix.py b/pollination/three_phase/three_phase/_daylight_matrix.py index a10858f..b505b1e 100644 --- a/pollination/three_phase/three_phase/_daylight_matrix.py +++ b/pollination/three_phase/three_phase/_daylight_matrix.py @@ -55,6 +55,6 @@ def calculate_daylight_matrix( return [ { 'from': FluxTransfer()._outputs.flux_mtx, - 'to': '{{inputs.name}}.dmtx' + 'to': '{{self.name}}.dmtx' } ]