GitHub user skrawcz added a comment to the discussion: APIs for updating underlying function of a node (2 part question)
> Personally I do prefer the driver.update method as it makes the ephemeral > cases easier to work with, but I realize that is a bit more complicated to > implement given the module based architecture. Plus I think I have some > dynamic module magic (using types.ModuleType) I can mess with to get it to > work closer to driver.update. Actually once in the driver, we have the nodes & edges data structure, so modules don't play into this anymore -- we already have pointers to the functions. GitHub link: https://github.com/apache/hamilton/discussions/1397#discussioncomment-14592095 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected]
