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
As discussed in PR #595, we would like to replace naive.stamp with naive.stump(...., row_traversal=True). It seems that the function naive.stamp is used in several unit test files. To avoid pushing all these files, I created this issue so that we can address it first before moving forward in the PR, and make sure it passes all unit tests.
The text was updated successfully, but these errors were encountered:
NimaSarajpoor
changed the title
Replacing naive.stamp with naive.stump, with new parameter row_traversal
Replace naive.stamp with naive.stump, with new parameter row_traversalMay 5, 2022
As discussed in PR #595, we would like to replace
naive.stamp
withnaive.stump(...., row_traversal=True)
. It seems that the functionnaive.stamp
is used in several unit test files. To avoid pushing all these files, I created this issue so that we can address it first before moving forward in the PR, and make sure it passes all unit tests.The text was updated successfully, but these errors were encountered: