From 3b189a974e2c464fed6d3096414263806cd91b3b Mon Sep 17 00:00:00 2001
From: Anna Meyer <annapmeyer95@gmail.com>
Date: Wed, 9 Aug 2023 13:34:57 -0500
Subject: [PATCH] p13 readme

---
 sum23/projects/p13/README.md | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/sum23/projects/p13/README.md b/sum23/projects/p13/README.md
index 24fc14c..cf4599d 100644
--- a/sum23/projects/p13/README.md
+++ b/sum23/projects/p13/README.md
@@ -3,7 +3,8 @@
 
 ## Corrections and clarifications:
 
-* **4/27/2023 - 12:00 PM**: For both Question 17 and Question 18, the testing script is faulty. You will need to swap the `x` and `y` arguments to pass the autograder. This does not cause any logical errors, and you can proceed to plot the graphs with the correct `x` and `y` axes as mentioned in the question.
+* **8/9/2023 - 1:00 PM**: Please re-download p13_test.py - the original version of the file restricts the final .IPYNB size to be 500KB, which is too small.
+* **8/8/2023 - 12:00 PM**: For both Question 17 and Question 18, the testing script is faulty. You will need to swap the `x` and `y` arguments to pass the autograder. This does not cause any logical errors, and you can proceed to plot the graphs with the correct `x` and `y` axes as mentioned in the question.
 
 **Find any issues?** Create a post on Piazza
 
-- 
GitLab