SciKit-Surgery / scikit-surgerytutorial02

SciKit-Surgery Tutorial02 provides a tutorial on how to implement a simple algorithm using the SciKit-Surgery project's Python Template
http://scikit-surgerytutorial02.readthedocs.io/en/latest/?badge=latest
Other
1 stars 1 forks source link

typo in variable name #7

Closed thompson318 closed 4 years ago

thompson318 commented 4 years ago

In GitLab by @MianAhmad on May 22, 2019, 11:28

In the test code which we paste in tests/test_projectName.py the variable name is declared as parameter and then later on it is passed as parameters which is causing confusion. So it should be same in both places.

thompson318 commented 4 years ago

In GitLab by @StephenThompson on Aug 14, 2019, 16:36

mentioned in commit ac0fdf0ac380f99be16387529a3a14d36e56379a

thompson318 commented 4 years ago

In GitLab by @StephenThompson on Aug 14, 2019, 16:36

closed