Revision 3669d135239bd53f3da1e73cf1e9cc855b1b485e authored by joelberkeley-pio on 11 June 2020, 13:18:56 UTC, committed by GitHub on 11 June 2020, 13:18:56 UTC
1 parent 7db2276
Raw File
__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