Skip to content

Latest commit

 

History

History
11 lines (10 loc) · 609 Bytes

README.md

File metadata and controls

11 lines (10 loc) · 609 Bytes

Buh

Hub backwards (buH) compatibility tests!

Running buH Tests

  1. Clone this repository.
  2. cd buH
  3. pip install -e .
  4. sh buh/scripts/create_all.sh -- see script here
    • Creates a new directory inside the clone location of buH called datasets.
    • Warning, this will pip uninstall deeplake so it can pip install all versions of deeplake and use them. After calling this script (you should only have to call it once per machine), you should pip install the version of deeplake you want to test using.
  5. pytest .