Following one of the recent Arkouda releases, the test structure changed a bit. Now, instead of util.test.util it should read server_util.test.server_test_util from within base_test.py (https://github.com/Bears-R-Us/arkouda-contrib/blob/main/base_test.py#L3).
Not sure if this affects any other test structure within arkouda-contrib, but the above change fixed my errors!
@Ethan-DeBandi99 @pierce314159 @joshmarshall1
Following one of the recent Arkouda releases, the test structure changed a bit. Now, instead of
util.test.utilit should readserver_util.test.server_test_utilfrom within base_test.py (https://github.com/Bears-R-Us/arkouda-contrib/blob/main/base_test.py#L3).Not sure if this affects any other test structure within arkouda-contrib, but the above change fixed my errors!
@Ethan-DeBandi99 @pierce314159 @joshmarshall1