From c884bf6b8623e8d72b3180b33738de52f58f501e Mon Sep 17 00:00:00 2001 From: Robert Lupoiu Date: Sat, 4 Mar 2023 22:40:53 -0800 Subject: [PATCH] Import C_0 from constants --- ceviche/sources.py | 1 + 1 file changed, 1 insertion(+) diff --git a/ceviche/sources.py b/ceviche/sources.py index 7802e59..ce8a9ef 100644 --- a/ceviche/sources.py +++ b/ceviche/sources.py @@ -1,4 +1,5 @@ import autograd.numpy as npa +from constants import C_0 """ Source functions go here. For now it's just TFSF """