source: tests/regression/Options/Session/pre/complextest.py@ a844d8

Candidate_v1.6.1
Last change on this file since a844d8 was db1048, checked in by Frederik Heber <frederik.heber@…>, 8 years ago

Moved toPythonString() from Action::outputAsPython() to Parameter::getAsStringUnvalidated().

  • This will allow to have a special "getAsStringUnvalidated" for outputAsPython for type Vector in Parameter/Value, while all other types retain the same outout.
  • TESTFIX: Regression tests Options/Session used different Vector spellings in pre and post complextest.py. Set to XFAIL for the moment all those using Python.
  • Property mode set to 100644
File size: 644 bytes
Line 
1import pyMoleCuilder
2# ========================== Stored Session BEGIN ==========================
3pyMoleCuilder.CommandVerbose("2")
4pyMoleCuilder.ParserSetOutputFormats("mpqc tremolo")
5pyMoleCuilder.CommandSetRandomNumbersDistribution("uniform_int", "p=1;")
6pyMoleCuilder.WorldChangeBox("20,0,0,20,0,20")
7pyMoleCuilder.AtomAdd("1", "1,1,1")
8pyMoleCuilder.SelectionAtomById("0 0")
9pyMoleCuilder.GraphSubgraphDissection()
10pyMoleCuilder.SelectionMoleculeOfAtom()
11pyMoleCuilder.FillRegularGrid("3 3 3", ".5,.5,.5", "1", "0", "0", "0", "0")
12pyMoleCuilder.CommandVersion()
13# =========================== Stored Session END ===========================
Note: See TracBrowser for help on using the repository browser.