Skip to content
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

build(docs): bump the compat of QMC #772

Closed
wants to merge 5 commits into from

Conversation

sathvikbhagavan
Copy link
Member

@sathvikbhagavan sathvikbhagavan commented Nov 26, 2023

@sathvikbhagavan
Copy link
Member Author

sathvikbhagavan commented Dec 7, 2023

@ChrisRackauckas

This PR was to update QMC compat in the docs as it was introduced in #760 which resulted in doc builds erroring out on master - https://buildkite.com/julialang/neuralpde-dot-jl/builds/1925#018bb11c-4ba3-46ae-b3f8-349a55bc09b7/114-117

The builds took a long time (https://buildkite.com/julialang/neuralpde-dot-jl/builds/1933#018c1680-2060-4f60-8d2c-633b3242f739) (16 hrs and errored out), so I tried to bump down QMC and check but that didn't help (same problem).

Looking at the Documenter logs, I ran the last file that it is seemingly stuck in my local machine and it works fine.

The last successful build on master - https://buildkite.com/julialang/neuralpde-dot-jl/builds/1901#_

Any idea what might be happening?

@ChrisRackauckas
Copy link
Member

You might be getting line search failures? Is it a BFGS?

@sathvikbhagavan
Copy link
Member Author

You might be getting line search failures? Is it a BFGS?

It is using BFGS. I am not sure if its a line search failure in CI as it works locally. I have changed it to use BackTracking for that example. Lets see if that helps.

@sathvikbhagavan
Copy link
Member Author

closing in favour of #783

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants