~ubuntu-branches/ubuntu/maverick/openturns/maverick

« back to all changes in this revision

Viewing changes to python/test/t_Factorial_std.py

  • Committer: Bazaar Package Importer
  • Author(s): Fabrice Coutadeur
  • Date: 2010-05-10 17:27:55 UTC
  • mfrom: (1.1.4 upstream) (5.1.5 sid)
  • Revision ID: james.westby@ubuntu.com-20100510172755-cb5ynskknqqi5rhp
Tags: 0.13.2-2ubuntu1
* Merge with Debian testing. No changes left.
* ubuntu_fix-python-2.6.patch: fix detection of python 2.6 libs, to not use
  LOCALMODLIBS. This pulls a dependency on SSL and makes the package FTBFS.

Show diffs side-by-side

added added

removed removed

Lines of Context:
18
18
      levels[1] = 8
19
19
      levels[2] = 16
20
20
      myPlane = Factorial(center, levels)
21
 
      print "myPlane = " , myPlane 
 
21
      print "myPlane = " , myPlane
22
22
      sample = myPlane.generate()
23
 
      print "sample = " , sample 
 
23
      print "sample = " , repr(sample)
24
24
 
25
 
except : 
26
 
    import sys
27
 
    print "t_Factorial_std.py", sys.exc_type, sys.exc_value
 
25
except :
 
26
      import sys
 
27
      print "t_Factorial_std.py", sys.exc_type, sys.exc_value