Skip to content

Commit 1d667f2

Browse files
committed
Updated version. Minor fix
1 parent f0a4467 commit 1d667f2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ streamlit
22
numpy
33
scikit-learn
44
pandas
5-
tda-mapper==0.5.0
5+
tda-mapper==0.5.1

app/streamlit_app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -475,8 +475,8 @@ def render_mapper_proceed():
475475
dim=3 if enable_3d else 2,
476476
height=800,
477477
width=800,
478+
colors=X,
478479
seed=seed)
479-
mapper_plot.update(colors=X)
480480
st.session_state[S_RESULTS].set_mapper_plot(mapper_plot)
481481
draw_mapper()
482482

0 commit comments

Comments
 (0)