-
Notifications
You must be signed in to change notification settings - Fork 2
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
Revise tensorial form #12
Conversation
What does this checks failing means ? Is it critical ? |
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.
It seems ok for me. I will run this on my laptop around 17h and accept it.
Yes, we (at least try to) solve the failing checks before merging. To see what is going on, see that there are two rows,
on the box "All checks have failed" if i click on "Details" i see the build jobs, then you click on one of the failing jobs and there is a the full job log in a terminal. The problem seems to be with my choice of version for the dependency 27.06s$ julia --color=yes -e "if VERSION < v\"0.7.0-DEV.5183\" || (!isfile(\"Project.toml\") && !isfile(\"JuliaProject.toml\")); Pkg.clone(pwd()); end"
INFO: Initializing package repository /home/travis/.julia/v0.6
INFO: Cloning METADATA from https://github.com/JuliaLang/METADATA.jl
INFO: Cloning BernsteinExpansions from /home/travis/build/JuliaReach/BernsteinExpansions.jl
INFO: Computing changes...
ERROR: fixed packages introduce conflicting requirements for RecursiveArrayTools:
BernsteinExpansions requires versions [0.17.0,∞) [none of the available versions can satisfy this requirement]
available versions are 0.0.1, 0.0.2, 0.0.3, 0.1.0, 0.1.1, 0.1.2, 0.2.0, 0.3.0, 0.4.0, 0.4.1, 0.5.0, 0.6.0, 0.6.1, 0.7.0, 0.7.1, 0.8.0, 0.9.0, 0.10.0, 0.10.1, 0.11.0, 0.11.1, 0.11.2, 0.12.0, 0.12.1, 0.12.2, 0.12.3, 0.12.4, 0.13.0, 0.13.1, 0.14.0, 0.14.1, 0.14.3, 0.14.4, 0.14.5, 0.14.6 and 0.15.0 For now let's remove the version number and let it choose the one it fits for each julia version automatically. |
Thanks |
generate_tensor_form
, as it was discussed in Computation of Full Tensorial Bernstein Form (general discussion) #3.multivariate_tensor
basically used the same code askron
, so we can refactor the code fromgenerate_tensor_form
and use the different algorithms.