From c73e374e7c7229e3b731e961ce165a9b2da30916 Mon Sep 17 00:00:00 2001 From: Yijia Xiao <48253104+Yijia-Xiao@users.noreply.github.com> Date: Thu, 3 Jul 2025 10:14:06 -0400 Subject: [PATCH] Update main.py --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.py b/main.py index 077dfb8e..6c8ae3d9 100644 --- a/main.py +++ b/main.py @@ -18,4 +18,4 @@ _, decision = ta.propagate("NVDA", "2024-05-10") print(decision) # Memorize mistakes and reflect -ta.reflect_and_remember(1000) # parameter is the position returns +# ta.reflect_and_remember(1000) # parameter is the position returns