Skip to content

Commit

Permalink
remove leftover from python tests that makes it all fail, re #12610
Browse files Browse the repository at this point in the history
  • Loading branch information
FedeMPouzols committed Aug 25, 2015
1 parent fd9ca7e commit eabbd44
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -327,7 +327,6 @@ EnggDiffractionViewQtGUI::writeOutCalibFile(const std::string &outFilename,
pyCode += "GSAS_iparm_fname= '" + outFilename + "'\n";
pyCode += "Difcs = []\n";
pyCode += "Zeros = []\n";
pyCode += "open('/home/fedemp/test/ENGINX_GUI/foo.txt', 'a')\n";
for (size_t i = 0; i < difc.size(); i++) {
pyCode +=
"Difcs.append(" + boost::lexical_cast<std::string>(difc[i]) + ")\n";
Expand Down

0 comments on commit eabbd44

Please sign in to comment.