You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi.
I still have this two failures when executing the binvox file. Anybody has an idea or knows the solution for that ?
I would appreciate it a lot. Thanks !
**********************************************************************
File ".../binvox.py", line 29, in __main__
Failed example:
m1.scale
Expected:
41.133000000000003
Got:
41.133
**********************************************************************
File ".../binvox.py", line 60, in __main__
Failed example:
np.all(ms.data[:, np.lexsort(ms.data)] == data_ds[:, np.lexsort(data_ds)])
Expected:
True
Got:
False
**********************************************************************
1 items had failures:
2 of 18 in __main__
***Test Failed*** 2 failures.
The text was updated successfully, but these errors were encountered:
Hi.
I still have this two failures when executing the binvox file. Anybody has an idea or knows the solution for that ?
I would appreciate it a lot. Thanks !
The text was updated successfully, but these errors were encountered: