Skip to content

Commit 8c59446

Browse files
committed
FIX: Update path
1 parent e3f2dfb commit 8c59446

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tutorial9.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -619,7 +619,7 @@ def load_data():
619619
(the '1' is a batch dimension for workflow.sample)
620620
data: np.ndarray of shape (T, 12, 5)
621621
"""
622-
df = pd.read_csv("cases_3.csv").to_numpy() # shape: (T, 60)
622+
df = pd.read_csv("data/cases_3.csv").to_numpy() # shape: (T, 60)
623623

624624
data = np.zeros((df.shape[0], df.shape[1] // 5, 5))
625625
conditions = {}

0 commit comments

Comments
 (0)