~ubuntu-branches/debian/stretch/uncertainties/stretch

« back to all changes in this revision

Viewing changes to uncertainties/test_uncertainties.py

  • Committer: Bazaar Package Importer
  • Author(s): David Paleino
  • Date: 2011-03-25 23:17:11 UTC
  • mfrom: (1.1.9 upstream)
  • Revision ID: james.westby@ubuntu.com-20110325231711-s968ezvhh3skbd4t
Tags: 1.7.1-1
* New upstream release
* Patches refreshed

Show diffs side-by-side

added added

removed removed

Lines of Context:
520
520
        "-3.1e10": (-3.1e10, 0.1e10),
521
521
        "169.0(7)": (169, 0.7),
522
522
        "-0.1+/-1": (-0.1, 1),
523
 
        "-13e-2+/-1e2": (-13e-2, 1e2)
 
523
        "-13e-2+/-1e2": (-13e-2, 1e2),
 
524
        '-14.(15)': (-14, 15),
 
525
        '-100.0(15)': (-100, 1.5),
 
526
        '14.(15)': (14, 15)
524
527
        }
525
528
          
526
529
    for (representation, values) in tests.iteritems():