rohan843 / dnncase

GNU General Public License v3.0
1 stars 0 forks source link

Test for dynamic handle count updation #7

Closed rohan843 closed 1 year ago

rohan843 commented 1 year ago

We can test for edge correctness when count is updates dynamically. In case the current handle (being removed) already has an edge attached to it, we would like to either:

  1. skip the removal event and alert the user; or,
  2. remove the edge as well.

This must be seen in white box and black box testing of prototype 1.

rohan843 commented 1 year ago

We decided today to skip the removal event and alert the user.