Closed frreiss closed 3 years ago
This PR adds some defensive type-checking to the constructor for the Node class, to hopefully catch errors like what's going on in #41 earlier in execution.
Node
@BryanCutler could you have a quick look at these changes, please?
Sorry for the delay, @frreiss . Merged to master thanks!
This PR adds some defensive type-checking to the constructor for the
Node
class, to hopefully catch errors like what's going on in #41 earlier in execution.