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' } ]