From 22b0354a15ccbd5af86f74445348c67870af4012 Mon Sep 17 00:00:00 2001 From: Greg Lucas Date: Mon, 16 Dec 2019 13:56:11 -0700 Subject: [PATCH] Updating name of pySECS package in real-time scripts. --- scripts/realtime.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/realtime.py b/scripts/realtime.py index b7e314e..b56c6e4 100644 --- a/scripts/realtime.py +++ b/scripts/realtime.py @@ -43,7 +43,7 @@ # Numerical import numpy as np import pandas as pd -from secs import SECS +from pySECS import SECS import bezpy # Plotting libraries