Ignore:
File:
1 edited

Legend:

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

    ra1b8fee r7432acb  
    1 from __future__ import print_function 
    2  
    31import math 
    42import numpy as np 
     
    199197    # Testing estimator 
    200198    est = NTermEstimator(invert) 
    201     print(est.num_terms()) 
     199    print est.num_terms() 
Note: See TracChangeset for help on using the changeset viewer.