You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
The design of module LiverSegments has both Python and C++ code and is initialised as a Scriptable module. It has logic code both in python and C++ which is confusion when using the module and when unit testing.
To Reproduce
Only relevant to code design.
Expected behavior
The module should be refactored to have a clear logic API in C++ and be initialised as a Loadable module.
Screenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
OS: macOS
Version 12.6.3
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
The more we can translate to C++ the better (in general terms, this is what I think). We should discuss about the possibility to have Liver as a metamodule and an arena to introduce experimental changes and port these changes to C++ loadable modules.
Describe the bug
The design of module LiverSegments has both Python and C++ code and is initialised as a Scriptable module. It has logic code both in python and C++ which is confusion when using the module and when unit testing.
To Reproduce
Only relevant to code design.
Expected behavior
The module should be refactored to have a clear logic API in C++ and be initialised as a Loadable module.
Screenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: