Closed kevinmessiaen closed 4 months ago
Your pull request is modifying functions with the following pre-existing issues:
📄 File: giskard/core/dataset_validation.py
Function | Unhandled Issue |
---|---|
_check_hashability |
IndexError: index 0 is out of bounds for axis 0 with size 0 main ... Event Count: 7 |
Did you find this useful? React with a 👍 or 👎
It doesn't work here :(
@henchaves I fixed the issue, I was using the wrong params
Issues
0 New issues
0 Accepted issues
Measures
0 Security Hotspots
100.0% Coverage on New Code
0.0% Duplication on New Code
Description
Fixed bug that prevented to create an empty df
Following code now works:
Related Issue
Type of Change
Checklist
CODE_OF_CONDUCT.md
document.CONTRIBUTING.md
guide.pdm.lock
runningpdm update-lock
(only applicable whenpyproject.toml
has been modified)