-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
First Derivative Plots Not Displayed After Checking "Show Derivative" in Analysis Tab #198
Comments
@BollepalliPranitha @srepalli3 can you provide exact detailed steps (with screenshots) for replicating this issue, including the data to upload. |
@kate-holdener check for sample 3 Old dataset to which the derivates worked : |
@srepalli3 @BollepalliPranitha
derivativeYData is calculated as:
Looking at individual values within this calculation, I see the following variables set to NA:
While
While When looking at the same data on plots that work, there are no NA values in the data, which is why they work. Use a debugger in RStudio to see this. |
First Derivative Plots Not Displayed After Checking "Show Derivative" in Analysis Tab
Basic Summary
In the Analysis tab, when the checkbox titled "Show derivative" is selected, the first derivative plots are not being displayed. This issue prevents users from visualizing the derivative plots, which are crucial for certain analyses.
What Must Be Changed
Investigate and resolve the issue where the first derivative plots are not rendered when the "Show derivative" checkbox is checked.
Ensure that the derivative plots are correctly generated and displayed when the checkbox is selected.
Verify that no other functionalities are affected by this change.
Expected Outcome
Once the issue is resolved, the first derivative plots should be visible in the Analysis tab whenever the "Show derivative" checkbox is selected. Users should be able to view and interact with the derivative plots without encountering errors.
Acceptance Criteria
Subtasks
The text was updated successfully, but these errors were encountered: