Skip to content
Snippets Groups Projects
Select Git revision
  • 5631b2f8de0df1f4ad14709f8c1aaebb2707dc87
  • master default protected
  • develop-GA
  • timeFstatmap
  • add-higher-spindown-components
  • develop-DK
  • adds-header-to-grid-search
  • v1.2
  • v1.1.2
  • v1.1.0
  • v1.0.1
11 results

using_initialisation.py

Blame
  • Forked from Gregory Ashton / PyFstat
    Source project has a limited visibility.
    utils.py 222 B
    # -*- coding: utf-8 -*-
    """
    Created on Sat Feb 02 12:17:50 2013
    
    @author: Daniel
    """
    from pykat.components import *
    
    def isSpace(obj):
        if obj == None:
            return False
        else:
            return isinstance(obj,space)