mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-06-08 15:05:15 +02:00
fixed Ctrl-C behaviour on Windows
This commit is contained in:
parent
53cd17f55a
commit
621a1802ed
1 changed files with 5 additions and 5 deletions
|
|
@ -4,17 +4,17 @@ import warnings
|
|||
warnings.filterwarnings("ignore", category=DeprecationWarning)
|
||||
import os
|
||||
|
||||
import util
|
||||
import core
|
||||
import kern
|
||||
import mappings
|
||||
import likelihoods
|
||||
import inference
|
||||
import models
|
||||
import mappings
|
||||
import inference
|
||||
import util
|
||||
import examples
|
||||
import likelihoods
|
||||
import testing
|
||||
from numpy.testing import Tester
|
||||
from nose.tools import nottest
|
||||
import kern
|
||||
from core import priors
|
||||
|
||||
@nottest
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue