From 7825871631706e2e18374437d515604f2c5e906e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rasmus=20Vester=20Th=C3=B8gersen?= Date: Thu, 9 Sep 2021 16:07:07 +0200 Subject: [PATCH] Test imports of pandas and numpy --- beamtime/__init__.py | 3 ++- beamtime/xanes/__init__.py | 4 +++- beamtime/xanes/io.py | 1 + 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/beamtime/__init__.py b/beamtime/__init__.py index 8b13789..5a49abe 100644 --- a/beamtime/__init__.py +++ b/beamtime/__init__.py @@ -1 +1,2 @@ - +import pandas as pd +import numpy as np diff --git a/beamtime/xanes/__init__.py b/beamtime/xanes/__init__.py index 0e39ba3..2c1cc11 100644 --- a/beamtime/xanes/__init__.py +++ b/beamtime/xanes/__init__.py @@ -1 +1,3 @@ -from . import test +import pandas as pd +import numpy as np +from . import io, calib diff --git a/beamtime/xanes/io.py b/beamtime/xanes/io.py index e69de29..bf09558 100644 --- a/beamtime/xanes/io.py +++ b/beamtime/xanes/io.py @@ -0,0 +1 @@ +df = pd.DataFrame()