swh:1:snp:e65ec12a3dc489100df2dfc1b0eab4915109f830
Raw File
Tip revision: a0274a159cbc1526e1a5a502cb069f2ceb8a4743 authored by st-- on 21 April 2022, 10:05:08 UTC
Merge branch 'develop' into st/test_kernel
Tip revision: a0274a1
__init__.py
import warnings

import numpy as np
import tensorflow as tf

import gpflow

warnings.filterwarnings("ignore")
gpflow.config.set_default_float(np.float64)
back to top