Skip to content

Conversation

@mcol
Copy link
Contributor

@mcol mcol commented Nov 7, 2025

This is a collection of various commits to fix crashes when loading CSV files of the wrong size, and other crashes caused by more stringent validation in the master Luminescence.

mcol added 11 commits November 3, 2025 11:15
Fix this warning when a dataset contains an x-value of 0:

  Warning: Error in if: missing value where TRUE/FALSE needed

and this other one when the zero x-value is removed, because zlim may not
have been updated:

  Warning: Error in : [plot_AbanicoPlot()] 'zlim' should only contain
    positive values when 'log.z = TRUE'
The numericInput control allowed the user to set values outside the 0-1
range, thus causing validation errors in calc_AliquotSize().
This avoids displaying unused columns in the UI.
Those values have been set just a few lines above, so the checks will
always be true.
@RLumSK RLumSK merged commit f1eb73b into tzerk:master Nov 10, 2025
2 checks passed
@mcol mcol deleted the dev_fixes branch November 10, 2025 16:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants