Skip to content

Commit

Permalink
Disabled algorithms to stabilize build servers
Browse files Browse the repository at this point in the history
Some unit tests were relying on these algorithms, but they were failing because load wasn't accepting the files.

Load should be albe to load single spectra files formt he old format so i'm going to investigate why not now.

the bizarre thing is that this didn't occur on windows when i ran the tests locally.

Refs #7732
  • Loading branch information
keithnbrown committed Oct 24, 2013
1 parent 69495fb commit 2295e1d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Code/Mantid/Framework/DataHandling/src/LoadAscii2.cpp
Expand Up @@ -47,7 +47,7 @@ namespace Mantid
{
namespace DataHandling
{
DECLARE_FILELOADER_ALGORITHM(LoadAscii2);
//DECLARE_FILELOADER_ALGORITHM(LoadAscii2);

/// Sets documentation strings for this algorithm
void LoadAscii2::initDocs()
Expand Down
2 changes: 1 addition & 1 deletion Code/Mantid/Framework/DataHandling/src/SaveAscii2.cpp
Expand Up @@ -26,7 +26,7 @@ namespace Mantid
namespace DataHandling
{
// Register the algorithm into the algorithm factory
DECLARE_ALGORITHM(SaveAscii2)
//DECLARE_ALGORITHM(SaveAscii2)

/// Sets documentation strings for this algorithm
void SaveAscii2::initDocs()
Expand Down

0 comments on commit 2295e1d

Please sign in to comment.