oasys-elettra-kit / OASYS1-Wiser

The implementation of WISER into OASYS
MIT License
0 stars 1 forks source link

Rewire the widgets #2

Closed aljosahafner closed 4 years ago

aljosahafner commented 4 years ago

Rewire:

Connection path (-- means to do): OasysWiser -- WofryWiser -> LibWiser

aljosahafner commented 4 years ago

Oasys runs, widgets run and most of the settings are correct, however the propagation still doesn't work. Returning the following error: image

Output: image

capitanevs commented 4 years ago

Does it happen at the very first widget of the chain-of-responsibility or at a certain point? If it involves all the items, maybe have a look at the "inputs" list, and how it works with the new WiserData.

aljosahafner commented 4 years ago

Calculation now works. There are bugs and/or features in:

aljosahafner commented 4 years ago

The last comment is now separate issues. Widgets were correctly rewired.