-
when I run gelectrical_launcher.py , has error Segmentation fault (core dumped)
vmware workstation
Ubuntu18
CPU 2
memory 2G
python3.10.13
pkg-config --modversion gtk+-3.0
gtk3.…
maipj updated
2 weeks ago
-
**Describe the bug**
Hi, I'm not experienced with python packaging so apologies in advance if I've missed the mark here.
We're using `deepdiff` in a lambda that we're building with the aws sam to…
-
The following test code does throws an error as the diff fails to pick up the changes from file A to file B:
```go
import (
"context"
"encoding/json"
"io/ioutil"
"testing"
"github.com/…
-
**Is your feature request related to a problem? Please describe.**
I have certain expected changes in 2 dicts but deepdiff throws error for such changes. Is their any way to ignore some expected ch…
-
**Describe the bug**
Hash collision seems to happen whenever two dataframes have the same column names, regardless of the rows.
**To Reproduce**
```python
from deepdiff import DeepHash
x = pd.D…
-
**Describe the bug**
Comparing values of type int and float based on the settings:
number_format_notation='e'
ignore_numeric_type_changes=True
fail on compares like. key=41 w…
-
I often find myself doing something like this
1. Diff two objects,
2. Do something if a key has changed. _This may or may not care what has changed about the key_
I've done it so many times I…
-
Hi,
First of all, thanks for writing a great library. I have used it in a lot of testing and it saved me from so many bugs.
I just ran into a small oddity; it seems that when comparing Exception…
-
I made a PR to this end. It can be useful when looking at changes while hiding private implementation. See https://github.com/onmyway133/DeepDiff/pull/33 .
-
Hi,
Implemented a full JSON validator, does it make sense to add this particular feature to pyresttest?
If yes, let me add tests and documentation and send a pull request, the validator if you want t…