-
Notifications
You must be signed in to change notification settings - Fork 34
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Minor improvements #225
Minor improvements #225
Conversation
Codecov ReportAttention: Patch coverage is
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
These look good to me, can you explain the reasoning for adding the whole _not_missing_type
thing?
It's an unbound type arguments problem: since |
Some small changes and improvements, mostly to remove unused code and make Aqua happy (happier at least).
There is still a large source of ambiguities related to the following:
environments
-> hopefully improved with RefactorInfiniteEnvironments
andGradientGrassmann
#224 but should be checked afterwardsLazySum
-> having it a subtype ofAbstractVector
and defining*(::LazySum, ::Any)
and related is a problemFiniteMPS
constructors seem to be a messAnd piracies related to defining methods for type aliases such as
MPSTensor