From 56f12922d6a2785ab7f0bbcd374aab421f0e3895 Mon Sep 17 00:00:00 2001 From: Eric Kenji Lee Date: Mon, 12 Dec 2022 00:01:48 -0500 Subject: [PATCH] Reorganized for packaging --- .../STAR_Protocol_Testing.ipynb | 0 WaveMAP-Paper/__init__.py | 1 + helper_functions.py => WaveMAP-Paper/helper_functions.py | 0 __init__.py | 2 -- 4 files changed, 1 insertion(+), 2 deletions(-) rename STAR_Protocol_Testing.ipynb => Notebooks/STAR_Protocol_Testing.ipynb (100%) create mode 100644 WaveMAP-Paper/__init__.py rename helper_functions.py => WaveMAP-Paper/helper_functions.py (100%) delete mode 100644 __init__.py diff --git a/STAR_Protocol_Testing.ipynb b/Notebooks/STAR_Protocol_Testing.ipynb similarity index 100% rename from STAR_Protocol_Testing.ipynb rename to Notebooks/STAR_Protocol_Testing.ipynb diff --git a/WaveMAP-Paper/__init__.py b/WaveMAP-Paper/__init__.py new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/WaveMAP-Paper/__init__.py @@ -0,0 +1 @@ + diff --git a/helper_functions.py b/WaveMAP-Paper/helper_functions.py similarity index 100% rename from helper_functions.py rename to WaveMAP-Paper/helper_functions.py diff --git a/__init__.py b/__init__.py deleted file mode 100644 index fb8b0a8..0000000 --- a/__init__.py +++ /dev/null @@ -1,2 +0,0 @@ -import numpy as np -from matplotlib.gridspec import GridSpec \ No newline at end of file