Closed Peter-Devine closed 5 years ago
Thanks for reporting the issue! Previously we set that environment variable so the various subpackages of metal could find each other without too many ".." calls. But we no longer require that variable to be set. Fixed in 6d557e0. Thanks!
When running the 11th cell of the MMTL_Basics tutorial (metal/tutorials/MMTL_Basics.ipynb), I get the following error:
I can solve this by inserting the following code as a cell above it:
This approach makes the tutorial code run fine. Just wondering if there will be any complications later/ why this is happening in the first place.
Anyway, awesome bit of software, thanks!