Alex Makelov

Results 2 issues of Alex Makelov

**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.DataFrame({'a':...

bug

Running the following results in an error: ```python from mandala.all import * storage = Storage() @op def f(x, X) -> int: return x + X with storage.run(): f(1, 2) >...

bug