From 443534663e4bc3ed3fb536fdb576b7ec348d2959 Mon Sep 17 00:00:00 2001 From: Mieszko Makuch Date: Sun, 29 Dec 2024 21:18:32 +0100 Subject: [PATCH] Organize project structure: Move application scripts to applicationCode directory to separate them from meta files like .gitignore and README --- Mmax.py => applicationCode/Mmax.py | 0 maxmagnitude_wrapper.py => applicationCode/maxmagnitude_wrapper.py | 0 {util => applicationCode/util}/CandidateEventsTS.py | 0 {util => applicationCode/util}/Find_idx4Time.py | 0 {util => applicationCode/util}/M_max_models.py | 0 {util => applicationCode/util}/base_logger.py | 0 6 files changed, 0 insertions(+), 0 deletions(-) rename Mmax.py => applicationCode/Mmax.py (100%) rename maxmagnitude_wrapper.py => applicationCode/maxmagnitude_wrapper.py (100%) rename {util => applicationCode/util}/CandidateEventsTS.py (100%) rename {util => applicationCode/util}/Find_idx4Time.py (100%) rename {util => applicationCode/util}/M_max_models.py (100%) rename {util => applicationCode/util}/base_logger.py (100%) diff --git a/Mmax.py b/applicationCode/Mmax.py similarity index 100% rename from Mmax.py rename to applicationCode/Mmax.py diff --git a/maxmagnitude_wrapper.py b/applicationCode/maxmagnitude_wrapper.py similarity index 100% rename from maxmagnitude_wrapper.py rename to applicationCode/maxmagnitude_wrapper.py diff --git a/util/CandidateEventsTS.py b/applicationCode/util/CandidateEventsTS.py similarity index 100% rename from util/CandidateEventsTS.py rename to applicationCode/util/CandidateEventsTS.py diff --git a/util/Find_idx4Time.py b/applicationCode/util/Find_idx4Time.py similarity index 100% rename from util/Find_idx4Time.py rename to applicationCode/util/Find_idx4Time.py diff --git a/util/M_max_models.py b/applicationCode/util/M_max_models.py similarity index 100% rename from util/M_max_models.py rename to applicationCode/util/M_max_models.py diff --git a/util/base_logger.py b/applicationCode/util/base_logger.py similarity index 100% rename from util/base_logger.py rename to applicationCode/util/base_logger.py