Skip to content

Commit

Permalink
hotfix: remove cache for load_data
Browse files Browse the repository at this point in the history
  • Loading branch information
hanhou committed Apr 11, 2024
1 parent d0169be commit 9418de1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion code/util/aws_s3.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
if 'selected_points' not in st.session_state:
st.session_state['selected_points'] = []

@st.cache_data(ttl=24*3600)
def load_data(tables=['sessions'], data_source = 'bonsai'):
df = {}
for table in tables:
Expand Down

0 comments on commit 9418de1

Please sign in to comment.