Changes in / [a2b6e482:4172557] in sasview


Ignore:
Files:
22 deleted
5 edited

Legend:

Unmodified
Added
Removed
  • build_tools/conda/bumps/meta.yaml

    rb75079b r6a72e1b  
    1 package: 
    2   name: bumps 
    3   version: !!str 0.7.5.4 
    4  
    5 source: 
    6   fn: bumps-0.7.5.4.tar.gz 
    7   url: https://pypi.python.org/packages/source/b/bumps/bumps-0.7.5.4.tar.gz 
    8   md5: a47c035fbb18afa5ca53067506a5ff1c 
    9 #  patches: 
    10    # List any patch files here 
    11    # - fix.patch 
    12  
    13 # build: 
    14   #preserve_egg_dir: True 
    15   #entry_points: 
    16     # Put any entry points (scripts to be generated automatically) here. The 
    17     # syntax is module:function.  For example 
    18     # 
    19     # - bumps = bumps:main 
    20     # 
    21     # Would create an entry point called bumps that calls bumps.main() 
    22  
    23  
    24   # If this is a new build for the same version, increment the build 
    25   # number. If you do not include this key, it defaults to 0. 
    26   # number: 1 
    27  
     1about: {home: 'http://www.reflectometry.org/danse/software.html', license: UNKNOWN, 
     2  summary: Data fitting with bayesian uncertainty analysis} 
     3package: {name: bumps, version: 0.7.5.3} 
    284requirements: 
    295  build: 
     
    317    - setuptools 
    328    - six 
    33  
    349  run: 
    3510    - python 
    3611    - six 
    37  
     12source: 
     13  fn: bumps-0.7.5.3.tar.gz 
     14  md5: f17b41412c3c8ad6432a42e42cb926d5 
     15  url: https://pypi.python.org/packages/source/b/bumps/bumps-0.7.5.3.tar.gz 
    3816test: 
    39   # Python imports 
    4017  imports: 
    4118    - bumps 
     
    4623    - bumps.mystic.examples 
    4724    - bumps.mystic.optimizer 
    48  
    49   #commands: 
    50     # You can put test commands to be run here.  Use this to test that the 
    51     # entry points work. 
    52  
    53  
    54   # You can also put a file called run_test.py in the recipe that will be run 
    55   # at test time. 
    56  
    5725  requires: 
    58    - numpy 
    59    - scipy 
    60    - matplotlib 
    61  
    62 about: 
    63   home: http://www.reflectometry.org/danse/software.html 
    64   license: UNKNOWN 
    65   summary: 'Data fitting with bayesian uncertainty analysis' 
    66  
    67 # See 
    68 # http://docs.continuum.io/conda/build.html for 
    69 # more information about meta.yaml 
     26    - numpy 
     27    - scipy 
     28    - matplotlib 
  • build_tools/conda/periodictable/meta.yaml

    r55bde35 r6a72e1b  
    1 package: 
    2   name: periodictable 
    3   version: !!str 1.4.1 
    4  
    5 source: 
    6   fn: periodictable-1.4.1.tar.gz 
    7   url: https://pypi.python.org/packages/source/p/periodictable/periodictable-1.4.1.tar.gz 
    8   md5: 7246b63cc0b6b1be6e86b6616f9e866e 
    9 #  patches: 
    10    # List any patch files here 
    11    # - fix.patch 
    12  
    13 # build: 
    14   #preserve_egg_dir: True 
    15   #entry_points: 
    16     # Put any entry points (scripts to be generated automatically) here. The 
    17     # syntax is module:function.  For example 
    18     # 
    19     # - periodictable = periodictable:main 
    20     # 
    21     # Would create an entry point called periodictable that calls periodictable.main() 
    22  
    23  
    24   # If this is a new build for the same version, increment the build 
    25   # number. If you do not include this key, it defaults to 0. 
    26   # number: 1 
    27  
     1about: {home: 'http://www.reflectometry.org/danse/elements.html', license: public 
     2    domain, summary: Extensible periodic table of the elements} 
     3package: {name: periodictable, version: 1.4.1} 
    284requirements: 
    295  build: 
     
    328    - pyparsing 
    339    - numpy 
    34  
    3510  run: 
    3611    - python 
    3712    - pyparsing 
    3813    - numpy 
    39  
     14source: 
     15  fn: periodictable-1.4.1.tar.gz 
     16  md5: 7246b63cc0b6b1be6e86b6616f9e866e 
     17  url: https://pypi.python.org/packages/source/p/periodictable/periodictable-1.4.1.tar.gz 
    4018test: 
    41   # Python imports 
    4219  imports: 
    4320    - periodictable 
    44  
    45   #commands: 
    46     # You can put test commands to be run here.  Use this to test that the 
    47     # entry points work. 
    48  
    49  
    50   # You can also put a file called run_test.py in the recipe that will be run 
    51   # at test time. 
    52  
    53   # requires: 
    54     # Put any additional test requirements here.  For example 
    55     # - nose 
    56  
    57 about: 
    58   home: http://www.reflectometry.org/danse/elements.html 
    59   license: public domain 
    60   summary: 'Extensible periodic table of the elements' 
    61  
    62 # See 
    63 # http://docs.continuum.io/conda/build.html for 
    64 # more information about meta.yaml 
  • build_tools/conda/unittest-xml-reporting/meta.yaml

    r55bde35 r9701348  
    1 package: 
    2   name: unittest-xml-reporting 
    3   version: !!str 1.10.0 
    4  
    5 source: 
    6   fn: unittest-xml-reporting-1.10.0.tar.gz 
    7   url: https://pypi.python.org/packages/source/u/unittest-xml-reporting/unittest-xml-reporting-1.10.0.tar.gz 
    8   md5: f0d04be2b9bff5b744677b576c326620 
    9 #  patches: 
    10    # List any patch files here 
    11    # - fix.patch 
    12  
    13 # build: 
    14   #preserve_egg_dir: True 
    15   #entry_points: 
    16     # Put any entry points (scripts to be generated automatically) here. The 
    17     # syntax is module:function.  For example 
    18     # 
    19     # - unittest-xml-reporting = unittest-xml-reporting:main 
    20     # 
    21     # Would create an entry point called unittest-xml-reporting that calls unittest-xml-reporting.main() 
    22  
    23  
    24   # If this is a new build for the same version, increment the build 
    25   # number. If you do not include this key, it defaults to 0. 
    26   # number: 1 
    27  
     1about: {home: 'http://github.com/xmlrunner/unittest-xml-reporting/tree/master/', license: BSD 
     2    License, summary: unittest-based test runner with Ant/JUnit like XML reporting.} 
     3build: 
     4  features: 
     5    - I dunno.  The ability to actually work would be nice feature of this recipe. 
     6package: {name: unittest-xml-reporting, version: 1.10.0} 
    287requirements: 
    298  build: 
    309    - python 
    3110    - setuptools 
    32     - six >=1.4.0 
    33  
     11    - six 
    3412  run: 
    3513    - python 
    36     - six >=1.4.0 
    37  
     14    - six 
     15source: 
     16  fn: unittest-xml-reporting-1.10.0.tar.gz 
     17  md5: f0d04be2b9bff5b744677b576c326620 
     18  url: https://pypi.python.org/packages/source/u/unittest-xml-reporting/unittest-xml-reporting-1.10.0.tar.gz 
    3819test: 
    39   # Python imports 
    4020  imports: 
    4121    - xmlrunner 
    4222    - xmlrunner.extra 
    4323    - xmlrunner.tests 
    44  
    45   #commands: 
    46     # You can put test commands to be run here.  Use this to test that the 
    47     # entry points work. 
    48  
    49  
    50   # You can also put a file called run_test.py in the recipe that will be run 
    51   # at test time. 
    52  
    53   # requires: 
    54     # Put any additional test requirements here.  For example 
    55     # - nose 
    56  
    57 about: 
    58   home: http://github.com/xmlrunner/unittest-xml-reporting/tree/master/ 
    59   license:  BSD License 
    60   summary: 'unittest-based test runner with Ant/JUnit like XML reporting.' 
    61  
    62 # See 
    63 # http://docs.continuum.io/conda/build.html for 
    64 # more information about meta.yaml 
  • src/sas/perspectives/fitting/pagestate.py

    rd06ae30 rb9a5f0e  
    472472        Get the values (strings) from __str__ for report 
    473473        """ 
    474         # Dictionary of the report strings 
     474        # Dictionary of teh report strings 
    475475        repo_time = "" 
    476476        model_name = "" 
     
    508508            if name == "value": 
    509509                param_string += value + ',' 
    510             if name == "selected": 
    511                 if value == u' False': 
    512                     fixed_parameter = True 
    513                 else: 
    514                     fixed_parameter = False 
    515510            if name == "error value": 
    516                 if fixed_parameter: 
    517                     param_string += '(fixed),' 
    518                 else: 
    519                     param_string += value + ',' 
     511                param_string += value + ',' 
    520512            if name == "parameter unit": 
    521513                param_string += value + ':' 
  • src/sas/perspectives/fitting/report_dialog.py

    rd06ae30 r79492222  
    11""" 
    22Dialog report panel to show and summarize the results of  
    3 the fitting calculation. 
     3the invariant calculation. 
    44""" 
    55################################################################################ 
Note: See TracChangeset for help on using the changeset viewer.