Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refine the condition for empty return in DataProcessingService (#184)
Adjusted the condition under which an empty HashMap is returned in the DataProcessingService. Now, an empty HashMap will only be returned when both the maximum and minimum values in the data are 0, and the number of bins is also 0. This change takes into account situations where the data contains values but the min and max are both 0.
- Loading branch information