From c30ef331a9a1074edf55b38c021e8d09f23d3350 Mon Sep 17 00:00:00 2001 From: Michael Orlitzky Date: Fri, 26 Oct 2012 11:13:16 -0400 Subject: [PATCH] Replace the load() call in interpolation.py with an import, which works in the daytime. --- mjo/interpolation.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mjo/interpolation.py b/mjo/interpolation.py index 747c680..4cb5874 100644 --- a/mjo/interpolation.py +++ b/mjo/interpolation.py @@ -1,5 +1,5 @@ from sage.all import * -load('~/.sage/init.sage') +from misc import product def lagrange_coefficient(k, x, xs): """ -- 2.43.2