Closed ajbailey4 closed 5 months ago
There was also circular import situation with compute, subsystem and new_big_phi that I had to resolve by moving an import inside my new sia method which doesn’t seem ideal, but I couldn't figure out how to resolve it otherwise.
@ajbailey4 I have one more request. Since you were already testing this against the jupyter notebooks, and given that this removes backwards
, could you also update the notebooks so as to use your new subsystem API?
Subsystem now contains forward and backward TPMs.
Three main new methods were added to subsystem.py:
Other changes: