From b6ceb16f8d64598e7c1a0b12912ee092ae716475 Mon Sep 17 00:00:00 2001 From: Pablo Garay Date: Thu, 23 Oct 2025 14:59:04 -0700 Subject: [PATCH 1/2] Add testing note to README Add a note indicating the README is for testing purposes. Signed-off-by: Pablo Garay --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 9ef19030..041bb252 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ +for test + # NeMo Run > [!IMPORTANT] From 7be83781cce60e191a41362150106bc64ceb0648 Mon Sep 17 00:00:00 2001 From: Pablo Garay Date: Thu, 23 Oct 2025 15:10:37 -0700 Subject: [PATCH 2/2] Add test print statement to test.py Signed-off-by: Pablo Garay --- nemo_run/test.py | 1 + 1 file changed, 1 insertion(+) create mode 100644 nemo_run/test.py diff --git a/nemo_run/test.py b/nemo_run/test.py new file mode 100644 index 00000000..0d25aeeb --- /dev/null +++ b/nemo_run/test.py @@ -0,0 +1 @@ +print("for testing purposes")