SciML / SteadyStateDiffEq.jl

Solvers for steady states in scientific machine learning (SciML)
Other
30 stars 22 forks source link

`f` might be a wrapper type #69

Closed avik-pal closed 10 months ago

avik-pal commented 10 months ago

@TorkelE can you check if this patch fixes your problem

TorkelE commented 10 months ago

Sorry, exactly how would I do to make this PR my local thing again? I presume CI wouldn't use it, but might be able to reproduce locally.

avik-pal commented 10 months ago

You can do it like:

  1. Add this patch using add SteadyStateDiffEq#ap/catalyst
  2. Add the manifest.toml using git add -f Manifest.toml and push the changes to your branch
  3. CI Passes then comment here and I can merge this and tag a release
  4. Locally delete the manifest using git rm --cached Manifest.toml and push again.
TorkelE commented 10 months ago

Thanks, yes, this seems to fix it :)

avik-pal commented 10 months ago

Great I will merge this and tag a release