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
the problem here is that if I use warnings("blah-blah"), the code will actually crash. Hence, I have replaced it with warnings.warn("blah-blah") instead.
* fixed warning message causing code to crash.
* shorten test to just make sure it has the correct warning message.
* put install datatable in finally in case test failed.
Co-authored-by: Marek Novotný <[email protected]>
support ticket: https://h2osupport.freshdesk.com/a/tickets/106684
The following error appears to happen on h2o 3.44.0.1 and 3.42.0.4
E TypeError: 'module' object is not callable
I am using python 3.11.5
The text was updated successfully, but these errors were encountered: