Reputation
Badges 1
10 × Eureka!Hi @<1523701070390366208:profile|CostlyOstrich36> , Yes self hosted:
WebApp: 1.16.1-499 • Server: 1.16.1-499 • API: 2.30
@<1523701070390366208:profile|CostlyOstrich36> I updated to:
WebApp: 1.16.2-502 • Server: 1.16.2-502 • API: 2.30
but is still happening to me 😔
Hey, @<1523701070390366208:profile|CostlyOstrich36>
They both should have the same values and I like to see where they not match.
So even basic stuff like df1==df2
, for example:
>> import pandas as pd
>> df = pd.DataFrame({'a': ['axy a', 'xyz b'], 'b': ['obj e', 'oaw r']})
>> df2 = pd.DataFrame({'a': ['ax2 a', 'xyz b'], 'b': ['obj e', 'oaw r']})
print(df == df2)
a b
0 False True
1 True True
WOW thanks…
I will check it and let you know, but it sounds that this is the reason
Thanks a lot…
I like to disable it since for now I log all the thinks I need to reproduce and run only on my local machine.
@<1523701087100473344:profile|SuccessfulKoala55> Thanks, you mean downloading the previous from clearML server and make the diff and report it?
It can be a solution but less dynamically since lets say I Iike to change my baseline it will cause to run all the tests again…
CostlyOstrich36 Thanks of the response 🙏