You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Pull Request
- Fixes#686
- Part of #624
#### Changes descriptions
- Adds missing assertions described on #686
- Adds a helper function called `assert_single_selection`
- Avoids many repetitive calls across functions to check for multiple
selections
- Adds simple unit tests
- Adds some comments to maintain a consistent structure
---------
Signed-off-by: André Veríssimo <[email protected]>
Co-authored-by: Dawid Kałędkowski <[email protected]>
Some parameters of module functions are not validated with
checkmate
:Here's a survey (that may not be complete):
pre_output
,post_output
{teal.widgets}
functionstm_g_bivariate
:facet
tm_g_distribution
:plot_height
,plot_width
tm_outliers
:plot_height
,plot_width
I propose we couple this with:
# Normalizing data types
# Start of assertions
# End of assertions
Example:
The text was updated successfully, but these errors were encountered: