cbmpy icon indicating copy to clipboard operation
cbmpy copied to clipboard

refactor FluxBound

Open bgoli opened this issue 6 years ago • 2 comments

The FluxBound constructs were first developed to map to FBCv1, however these constructs are now creating a performance bottleneck when creating very large models. My current proposal is to:

  • move FluxBound objects to Reaction
  • map existing model functions to use refactored data model

bgoli avatar Jun 17 '19 16:06 bgoli

As this is a major refactor it has been moved to 0.8.0 series, the classes are basically defined I just need sort some technical issues and deepdive

bgoli avatar Aug 11 '19 08:08 bgoli

added support for cloning, serialisation to new style fluxbounds and reactions (include _parent weakrefs)

bgoli avatar Aug 11 '19 09:08 bgoli