From e61673a3c10084bbe08e233367424248187425d7 Mon Sep 17 00:00:00 2001 From: MargotTeles Date: Thu, 11 Dec 2025 17:03:10 +0100 Subject: [PATCH 1/4] upload test --- RealTimeSimulation/Reanalysis_v8.py | 2 +- test | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 test diff --git a/RealTimeSimulation/Reanalysis_v8.py b/RealTimeSimulation/Reanalysis_v8.py index 7e9b851..e487c50 100644 --- a/RealTimeSimulation/Reanalysis_v8.py +++ b/RealTimeSimulation/Reanalysis_v8.py @@ -12,7 +12,7 @@ quaternions_to_spin, quaternions_to_nutation, quaternions_to_precession, -) +) # ---------------------------------------------------------------------- # BASE PATH diff --git a/test b/test new file mode 100644 index 0000000..860e04d --- /dev/null +++ b/test @@ -0,0 +1 @@ +print('Hello ') \ No newline at end of file From b7fed8f244c8007cf8c16ca11d405b94673dee34 Mon Sep 17 00:00:00 2001 From: MargotTeles Date: Thu, 11 Dec 2025 17:05:17 +0100 Subject: [PATCH 2/4] change 2 --- test | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test b/test index 860e04d..9cbf4e4 100644 --- a/test +++ b/test @@ -1 +1,2 @@ -print('Hello ') \ No newline at end of file +print('BLABLA ') +print('blabla') \ No newline at end of file From 941557a3972bf391dc27d1b7bc49672dd6a8bb0c Mon Sep 17 00:00:00 2001 From: Fede-B-git Date: Thu, 11 Dec 2025 17:14:29 +0100 Subject: [PATCH 3/4] change_3 --- test | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test b/test index 9cbf4e4..3f76157 100644 --- a/test +++ b/test @@ -1,2 +1,2 @@ print('BLABLA ') -print('blabla') \ No newline at end of file +print('ciao') \ No newline at end of file From 5c2be33099dab3dc1e149c72d7e2d0c0e62a29aa Mon Sep 17 00:00:00 2001 From: Fede-B-git Date: Thu, 11 Dec 2025 17:16:08 +0100 Subject: [PATCH 4/4] delete_TEST --- test | 2 -- 1 file changed, 2 deletions(-) delete mode 100644 test diff --git a/test b/test deleted file mode 100644 index 3f76157..0000000 --- a/test +++ /dev/null @@ -1,2 +0,0 @@ -print('BLABLA ') -print('ciao') \ No newline at end of file