-
```python
{'a': {'b': 0.2 + 0.1}} == pytest.approx({'a': {'b': 0.3}})
```
```
~/.conda/lib/python3.6/site-packages/_pytest/python_api.py in __eq__(self, actual)
195 # other or not. …
-
There was some good stuff in the `avrotools` module that would be nice to resurrect for pb; for instance, diffing the objects (or their dictionary representations).
-
Current API only supports diffs of two arrays. But iOS table views and collection views often needs support for sections. It can be represented as array of arrays.
Is it possible to add support for…
-
Int64 or Float64 array comparison correctly displays the differences
```
@testset ExtendedTestSet "ts" begin
@test [Int64(2)]==[Int64(3)]
end
....
Diff:
[2, 3]
```
But for Int32…
-
Would be great to be able to compare 2 objects for similar key values, for example:
`d1 = {"keyA": {"value": 10}, "keyB": {"value": 20}}`
`d1 = {"keyA": {"value": 30}, "keyB": {"value": 20}}`
`di…
-
When comparing extremely large objects sometimes I wish to specify only the paths I wish to diff rather than exclude a very large number of paths. (sometime regex is not helpful if all the keys are di…
-
Thanks for contributing to the swift community.
As an author of my own implementation of Diff based on Heckel's algorithm I wanted to know if you did try the comparision with implementation based …
-
I have run below commands
I am not able to install please help me what should I do.
""""Error at last which I am getting"""""""""""""""
The package setup script has attempted to modify files …
-
At present, JsonUtils will count these two input objects as being different.
~~~ps
Get-JsonDifference '{"a":[1,2,3]}' '{"a":[1,3,2]}'
~~~
Is that what you'd expect? Or would you like to see i…
-
| Q | A
| ---------------------| -----------------------
| `auditor` version | 3.2.0 (introduced in https://github.com/DamienHarper/auditor/pull/225)
| PHP version | …