Skip to content

Commit

Permalink
Move added Python algorithms to new location. Refs #970
Browse files Browse the repository at this point in the history
  • Loading branch information
martyngigg committed Apr 19, 2013
1 parent b5bcca2 commit ffd2e80
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 13 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,4 @@ if (PYUNITTEST_FOUND)

add_subdirectory( mantid )
add_subdirectory( plugins )
add_subdirectory( PythonAlgorithms ) # Temporary
endif ()

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,15 @@
##

set ( TEST_PY_FILES
CheckForSampleLogsTest.py
CreateWorkspaceTest.py
DakotaChiSquaredTest.py
FindReflectometryLinesTest.py
MaskWorkspaceToCalFileTest.py
RetrieveRunInfoTest.py
Stitch1DTest.py
SuggestTibCNCSTest.py
SuggestTibHYSPECTest.py
UpdatePeakParameterTableValueTest.py
)

Expand Down

0 comments on commit ffd2e80

Please sign in to comment.