-
Notifications
You must be signed in to change notification settings - Fork 12
Open
Labels
bugSomething is not workingSomething is not workingenhancementNew feature or requestNew feature or request
Description
I tested using different percentage values rather than %100 and this doesn't work. Could use some 🎶 refactoring 🎵
eva/src/eva/plotting/batch/base/plot_tools/dynamic_config.py
Lines 80 to 85 in 767125f
| # Decide how many values to throw out on each end of the dataset | |
| n = datavar.size | |
| n_throw_out = ((100-percentage_capture) * n / 100) / 2 | |
| # The value needs to be an integer | |
| n_throw_out = np.floor(n_throw_out).astype(int) |
Metadata
Metadata
Assignees
Labels
bugSomething is not workingSomething is not workingenhancementNew feature or requestNew feature or request