Chadius

Results 3 issues of Chadius

When you register a Higlass file via `/api/v/link_tile`, the uuid is a byte string instead of an encoded string. In Python 3, it turns the uuid into an encoded string...

As I mentioned in https://github.com/p1atdev/LECO/issues/39, the jax library has [deprecated](https://jax.readthedocs.io/en/latest/changelog.html#jax-0-4-16-sept-18-2023) `jax.random.keyArray`. It was removed entirely in 0.4.24, so LECO has a broken dependency. ```bash /usr/local/lib/python3.10/dist-packages/transformers/utils/generic.py:311: UserWarning: torch.utils._pytree._register_pytree_node is deprecated. Please...

Environment: Mac OSX 15.1 Browser: Safari, Firefox, Chrome When I click "Select Local Images" the app crashes. Network tab says it's trying to make a POST call to "/select_directory", but...

bug