mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-05-10 12:32:40 +02:00
10 lines
No EOL
321 B
Python
10 lines
No EOL
321 B
Python
# -*- coding: utf-8 -*-
|
|
# Copyright (c) 2015, Alex Grigorevskiy
|
|
# Licensed under the BSD 3-clause license (see LICENSE.txt)
|
|
"""
|
|
This module is intended for the setup of state_space_main module.
|
|
The need of this module appeared because of the way state_space_main module
|
|
connected with cython code.
|
|
"""
|
|
|
|
use_cython = False |