Revision eda49521bbf6300fd4042f8557accd9f69e9e9b8 authored by Uri Granta on 27 June 2023, 07:04:20 UTC, committed by Uri Granta on 27 June 2023, 07:04:20 UTC
1 parent 4780788
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