RakipInitiative / ModelRepository

Joint project of EFSA, Federal Institute For Risk Assessment, DTU and ANSES to create a online model repository.
GNU General Public License v3.0
2 stars 0 forks source link

Joiner Bug: Nested Joining shows undefined parameters #412

Closed schuelet closed 1 year ago

schuelet commented 2 years ago

On combining a combined model with more than one other model the first model doesn't load correctly. This only happens when 2 or more models (i.e. 3 input ports) are joined with the combined model. Workflow under knime://BfR-extern/FSKX_Testing/FSK-Lab_2.0/broken_workflows/TrichinellaModels_joining_30062022

image.png

Curiously, this only happens if the combined object is in the first input port. If it is at any other port, the Joiner view looks correct (on first glance). image.png

Possibly related: on loading a Joiner View, the joinerModelsData contains always 4 models, even if only 2 models have been joined. The "empty" models don't have a name (null), throwing this error in the function trimModelName: image.png

schuelet commented 1 year ago

resolved