mighty-metropolis

The classic Metropolis algorithm.
Log | Files | Refs | README | LICENSE

commit 3b56c51aab7c3dd07626a0556985224176f316c8
parent 90225c20da2b8bca1962d7b186845ed2ccb168ed
Author: Jared Tobin <jared@jtobin.ca>
Date:   Tue,  6 Oct 2015 22:51:42 +1300

Squelch test warnings.

Diffstat:
Mtest/BNN.hs | 1+
Mtest/Rosenbrock.hs | 1+
2 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/test/BNN.hs b/test/BNN.hs @@ -1,3 +1,4 @@ +{-# OPTIONS_GHC -fno-warn-type-defaults #-} module Main where diff --git a/test/Rosenbrock.hs b/test/Rosenbrock.hs @@ -1,3 +1,4 @@ +{-# OPTIONS_GHC -fno-warn-type-defaults #-} module Main where