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
Could be abstracted into some general checking function that checks whether nodes are not connected into each other. This would help make some of the code a bit tighter, but is a low priority.
The text was updated successfully, but these errors were encountered:
I'm currently writing a lot of checking functions into descriptive checker functions that are in the checkers.R file. My process is that these can be refactored as time goes on, but the important thing is to make the function body of things in greta read more clearly. Sometimes the checking code can be complex and it interrupts understanding the intent of the function.
For example, I'm reasonably sure these lines
https://github.com/greta-dev/greta/blob/master/R/greta_model_class.R#L87-L172
Could be abstracted into some general checking function that checks whether nodes are not connected into each other. This would help make some of the code a bit tighter, but is a low priority.
The text was updated successfully, but these errors were encountered: