Skip to content

Commit 8c179b0

Browse files
committed
Fix bug
1 parent 6f12815 commit 8c179b0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Utilities.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ function _initialize_and_encode_data!(
101101
apply_to::AS,
102102
) where {P <: DataProcessor, AS <: AbstractString}
103103
if proc isa PairedDataContainerProcessor
104-
initialize_processor!(proc, data..., structure_mats..., apply_to)
104+
initialize_processor!(proc, get_data(data)..., structure_mats..., apply_to)
105105
else
106106
input_data, output_data = get_data(data)
107107
input_structure_mat, output_structure_mat = structure_mats

0 commit comments

Comments
 (0)