Changeset 109e50bb in sasview


Ignore:
Timestamp:
Feb 14, 2015 5:57:46 AM (9 years ago)
Author:
gonzalezm
Branches:
master, ESS_GUI, ESS_GUI_Docs, ESS_GUI_batch_fitting, ESS_GUI_bumps_abstraction, ESS_GUI_iss1116, ESS_GUI_iss879, ESS_GUI_iss959, ESS_GUI_opencl, ESS_GUI_ordering, ESS_GUI_sync_sascalc, costrafo411, magnetic_scatt, release-4.1.1, release-4.1.2, release-4.2.2, release_4.0.1, ticket-1009, ticket-1094-headless, ticket-1242-2d-resolution, ticket-1243, ticket-1249, ticket885, unittest-saveload
Children:
55bde35, 9e11cf5
Parents:
9701348 (diff), d06ae30 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge branch 'ticket263'

Files:
5 edited

Legend:

Unmodified
Added
Removed
  • src/sas/perspectives/fitting/pagestate.py

    rb9a5f0e rd06ae30  
    472472        Get the values (strings) from __str__ for report 
    473473        """ 
    474         # Dictionary of teh report strings 
     474        # Dictionary of the 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 
    510515            if name == "error value": 
    511                 param_string += value + ',' 
     516                if fixed_parameter: 
     517                    param_string += '(fixed),' 
     518                else: 
     519                    param_string += value + ',' 
    512520            if name == "parameter unit": 
    513521                param_string += value + ':' 
  • src/sas/perspectives/fitting/report_dialog.py

    r79492222 rd06ae30  
    11""" 
    22Dialog report panel to show and summarize the results of  
    3 the invariant calculation. 
     3the fitting calculation. 
    44""" 
    55################################################################################ 
  • build_tools/conda/bumps/meta.yaml

    rf479ac3 r6a72e1b  
    11about: {home: 'http://www.reflectometry.org/danse/software.html', license: UNKNOWN, 
    22  summary: Data fitting with bayesian uncertainty analysis} 
    3 build: 
    4   entry_points: [] 
    5   features: [] 
    6   string: '' 
    7   track_features: [] 
    83package: {name: bumps, version: 0.7.5.3} 
    94requirements: 
    10   build: [python, setuptools, six] 
    11   conflicts: [] 
    12   run: [python, six] 
     5  build: 
     6    - python 
     7    - setuptools 
     8    - six 
     9  run: 
     10    - python 
     11    - six 
    1312source: 
    1413  fn: bumps-0.7.5.3.tar.gz 
    15   git_rev: '' 
    1614  md5: f17b41412c3c8ad6432a42e42cb926d5 
    17   patches: [] 
    18   path: '' 
    19   svn_rev: '' 
    2015  url: https://pypi.python.org/packages/source/b/bumps/bumps-0.7.5.3.tar.gz 
    2116test: 
    22   commands: [] 
    23   files: [] 
    24   imports: [bumps, bumps.dream, bumps.gui, bumps.gui.resources, bumps.mystic, bumps.mystic.examples, 
    25     bumps.mystic.optimizer] 
    26   requires: [] 
     17  imports: 
     18    - bumps 
     19    - bumps.dream 
     20    - bumps.gui 
     21    - bumps.gui.resources 
     22    - bumps.mystic 
     23    - bumps.mystic.examples 
     24    - bumps.mystic.optimizer 
     25  requires: 
     26    - numpy 
     27    - scipy 
     28    - matplotlib 
  • build_tools/conda/periodictable/meta.yaml

    rf479ac3 r6a72e1b  
    11about: {home: 'http://www.reflectometry.org/danse/elements.html', license: public 
    22    domain, summary: Extensible periodic table of the elements} 
    3 build: 
    4   entry_points: [] 
    5   features: [] 
    6   string: '' 
    7   track_features: [] 
    83package: {name: periodictable, version: 1.4.1} 
    94requirements: 
    10   build: [python, setuptools, pyparsing, numpy] 
    11   conflicts: [] 
    12   run: [python, pyparsing, numpy] 
     5  build: 
     6    - python 
     7    - setuptools 
     8    - pyparsing 
     9    - numpy 
     10  run: 
     11    - python 
     12    - pyparsing 
     13    - numpy 
    1314source: 
    1415  fn: periodictable-1.4.1.tar.gz 
    15   git_rev: '' 
    1616  md5: 7246b63cc0b6b1be6e86b6616f9e866e 
    17   patches: [] 
    18   path: '' 
    19   svn_rev: '' 
    2017  url: https://pypi.python.org/packages/source/p/periodictable/periodictable-1.4.1.tar.gz 
    2118test: 
    22   commands: [] 
    23   files: [] 
    24   imports: [periodictable] 
    25   requires: [] 
     19  imports: 
     20    - periodictable 
  • build_tools/conda/unittest-xml-reporting/meta.yaml

    rf479ac3 r9701348  
    22    License, summary: unittest-based test runner with Ant/JUnit like XML reporting.} 
    33build: 
    4   entry_points: [] 
    5   features: [] 
    6   string: '' 
    7   track_features: [] 
     4  features: 
     5    - I dunno.  The ability to actually work would be nice feature of this recipe. 
    86package: {name: unittest-xml-reporting, version: 1.10.0} 
    97requirements: 
    10   build: [python, setuptools, six >=1.4.0] 
    11   conflicts: [] 
    12   run: [python, six >=1.4.0] 
     8  build: 
     9    - python 
     10    - setuptools 
     11    - six 
     12  run: 
     13    - python 
     14    - six 
    1315source: 
    1416  fn: unittest-xml-reporting-1.10.0.tar.gz 
    15   git_rev: '' 
    1617  md5: f0d04be2b9bff5b744677b576c326620 
    17   patches: [] 
    18   path: '' 
    19   svn_rev: '' 
    2018  url: https://pypi.python.org/packages/source/u/unittest-xml-reporting/unittest-xml-reporting-1.10.0.tar.gz 
    2119test: 
    22   commands: [] 
    23   files: [] 
    24   imports: [xmlrunner, xmlrunner.extra, xmlrunner.tests] 
    25   requires: [] 
     20  imports: 
     21    - xmlrunner 
     22    - xmlrunner.extra 
     23    - xmlrunner.tests 
Note: See TracChangeset for help on using the changeset viewer.