adamcallison

Results 3 issues of adamcallison

I've come across some strange behaviour when using `quimb` and `xyzpy` together. Not sure which library would be best to put the issue on, but I've chosen this one. I've...

Currently, the `pytest` tests fail, due to `Network.show` being called on `Network` instances that were initialised with `notebook=False`, meaning that `Network.prep_notebook` wasn't called and `self.template` remains as `None`. As `Network.show`'s...

Recent versions of nomenklatura list `tantivy` as [an optional dependency](https://github.com/opensanctions/nomenklatura/blob/f9d6d2309f2af9eb44b887dcc29aab5e8b60e9a6/setup.py#L69), and yet the root level `__init__.py` [imports](https://github.com/opensanctions/nomenklatura/blob/f9d6d2309f2af9eb44b887dcc29aab5e8b60e9a6/nomenklatura/__init__.py#L6) a module that depends on it, making the library unusable without installing `tantivy`....