-
Notifications
You must be signed in to change notification settings - Fork 41
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
Undefined constructor. #153
Comments
I did not really have the time to go into this in more detail, but I think you are getting a bit confused because of the versions. The master might not have this anymore, but the latest released version definitely does: see here I did notice that it seems like that constructor only exists for For future reference, it is definitely useful to include additional information in your issues. If you just point at a single line, it is very hard to figure out what is going wrong, since I don't know what you were running, what the error message was, what the problems are etc. Basically, I am just wildly guessing what might have gone wrong, or what might have been overlooked, or what are common mistakes (on both our sides). Additionally, sometimes you might have an idea of where it is going wrong, but if this turns out to be not entirely true it becomes very hard to debug the issue 😉 |
Hi Lukas, I was indeed running this on the master which might have caused the issue. I'll try this again on the latest release to see if the problem persists. As for the remainder of your message. I'm sorry, I keep messing this up indeed. Should I make it a habbit of ALWAYS including a full stack trace ? |
I think this discourse post actually summarizes quite well how to get help asap 😉 |
Maybe we should include this in the default text when opening new issues. |
Hi,
I'm using the AD extension of TensorKit and ran into some problems due to this line :
TensorKit.jl/ext/TensorKitChainRulesCoreExt/constructors.jl
Line 25 in 419f88c
From what I understand the
tol kwarg
has been removed from the basic functionality ofTensorKit
?Probably it's fair to just remove this ?
The text was updated successfully, but these errors were encountered: