Skip to content

Update Input/Output creation in the Node class, separate the arithmetic nodes, tests for the arithmetic and trigonometry

  • Closes #44 (closed), #45 (closed), #46 (closed);
  • merging make_input into __call__ method;
  • improve add_input and add_output methods;
  • fixing type annotations;
  • adding tests for the trigonometry nodes;
  • move Sum, Product, and Division into the separate module arithmetic.py and adding the tests;
  • renaming NodeOneToOne and NodeManyToOne into OneToOneNode and ManyToOneNode
Edited by Tsegelnik Nikita

Merge request reports