Revision b4df039c6fe478297e532720e76d1213022410d5 authored by Jesper Nielsen on 26 October 2022, 08:27:38 UTC, committed by GitHub on 26 October 2022, 08:27:38 UTC
1 parent dc84ca2
__init__.py
import warnings
import numpy as np
import tensorflow as tf
import gpflow
warnings.filterwarnings("ignore")
gpflow.config.set_default_float(np.float64)

Computing file changes ...