Hi all;

I may not be understanding something here. But when I use QC500UniverseSelectionModel.py (from Universe Selection documentation), when it runs I get:

 
During the algorithm initialization, the following exception has occurred: TypeError : No constructor matches given arguments: (<class 'int'>, <class 'function'>)
  at CreateCoarseFundamentalUniverse
    return CoarseFundamentalUniverse(universeSettings in FundamentalUniverseSelectionModel.py: line 49

 TypeError : No constructor matches given arguments: (<class 'int'>, <class 'function'>)

I looked up FundamentalUniverseSelectionModel.py and it has (at line 50, not 49)"

        return CoarseFundamentalUniverse(universeSettings, lambda coarse: self.FilteredSelectCoarse(algorithm, coarse))

I don't see any CoarseFundamentalUniverse(). If it was a call in the parent class it would be self.CoarseFundamentalUniverse(). A google search does not show me that method.

Amy I missing something? If so, what? Or is this code incomplete?

thanks - dave