Changeset 6a3e1fe in sasview for src/sas/sascalc/pr/invertor.py


Ignore:
Timestamp:
Nov 17, 2017 8:59:52 AM (6 years ago)
Author:
Piotr Rozyczko <rozyczko@…>
Branches:
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
Children:
0261bc1
Parents:
84df556
Message:

Implemented hash method for certain QStandardItem objects, allowing them to be used as dict keys. SASVIEW-806
Minor inversion perspective fixes. SASVIEW-338

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/sas/sascalc/pr/invertor.py

    rd04ac05 r6a3e1fe  
    540540 
    541541        """ 
    542         from num_term import NTermEstimator 
     542        from sas.sascalc.pr.num_term import NTermEstimator 
    543543        estimator = NTermEstimator(self.clone()) 
    544544        try: 
Note: See TracChangeset for help on using the changeset viewer.