Skip to content
Snippets Groups Projects
Commit 859ae8ff authored by Eddie McWhirter's avatar Eddie McWhirter
Browse files

Add SqDistAlgorithm to __init__.py.

parent ded2ffd9
No related branches found
No related tags found
No related merge requests found
...@@ -10,7 +10,6 @@ from DeltaFAlgorithm import DeltaFAlgorithm ...@@ -10,7 +10,6 @@ from DeltaFAlgorithm import DeltaFAlgorithm
from SqDistAlgorithm import SqDistAlgorithm from SqDistAlgorithm import SqDistAlgorithm
from XYZAlgorithm import XYZAlgorithm from XYZAlgorithm import XYZAlgorithm
# algorithms is used by Controller to auto generate arguments # algorithms is used by Controller to auto generate arguments
algorithms = { algorithms = {
'identity': Algorithm, 'identity': Algorithm,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment