Neoag use case#3
Merged
Merged
Conversation
Collaborator
|
The update is great! The app works wonderful in general. Still, I have found some bugs that I detail here:
Traceback (most recent call last):
File "/home/coder/staliclavenv/lib/python3.14/site-packages/shiny/reactive/_reactives.py", line 1083, in _run
await self._fn()
File "/home/coder/staliclavenv/lib/python3.14/site-packages/shiny/_utils.py", line 277, in fn_async
return fn(*args, **kwargs)
File "/home/coder/staliclavenv/lib/python3.14/site-packages/shiny/reactive/_reactives.py", line 1414, in new_user_fn
return user_fn()
File "/home/coder/staliclavenv/lib/python3.14/site-packages/XAInyPredictor/shinyapp/data_input.py", line 517, in _delete_patient
updated_df = current_df.drop(index=list(selected_rows)).reset_index(drop=True)
~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/coder/staliclavenv/lib/python3.14/site-packages/pandas/core/frame.py", line 6288, in drop
return super().drop(
~~~~~~~~~~~~^
labels=labels,
^^^^^^^^^^^^^^
...<5 lines>...
errors=errors,
^^^^^^^^^^^^^^
)
^
File "/home/coder/staliclavenv/lib/python3.14/site-packages/pandas/core/generic.py", line 4644, in drop
obj = obj._drop_axis(labels, axis, level=level, errors=errors)
File "/home/coder/staliclavenv/lib/python3.14/site-packages/pandas/core/generic.py", line 4686, in _drop_axis
new_axis = axis.drop(labels, errors=errors)
File "/home/coder/staliclavenv/lib/python3.14/site-packages/pandas/core/indexes/base.py", line 7268, in drop
raise KeyError(f"{labels[mask].tolist()} not found in axis")
KeyError: '[1] not found in axis' |
Collaborator
|
First of all, thank you for the recent updates! It looks amazing! In addition to the issues already reported, I have identified a few bugs and suggestions that I detail below:
|
quimaguirre
approved these changes
Jun 9, 2026
quimaguirre
left a comment
Collaborator
There was a problem hiding this comment.
All bugs have been fixed successfully.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.