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
Fix nose test generator bug. Better error messages
Make error messages more specific. Previously,
```
ERROR: Test reading compressed tables from URL.
```
Now,
```
ERROR: Test reading compressed tables from URL: infer compression, python engine
```
Add `self` parameter to check_table. Fixes error in line 928 of _make_engine:
```
UnboundLocalError: local variable 'klass' referenced before assignment
```
0 commit comments