-
Now that the PyBaMM paper has been published, can you update the citation details in the README? (see PyBaMM's updated README).
The formatted citation should read
> Sulzer, V., Marquis, S. G., Tim…
-
My issue is about distribution fitting with `weibull_min` and `exponweib` returning clearly incorrect results for shape and scale parameters.
Full details here: https://stats.stackexchange.com…
-
- **Project:** Catastrophic forgetting in Transformers
- **Project Lead(s):** Whoever wants to do this. @Kip and I (@fristiloverke) will be available for help.
- **Project Members:** Open to whoever…
-
Intermittently getting this error with cache, now that there are concurrent asynchronous fetches:
````
# terminated with exception (report_on_exception is true):
/Users/nickn/.rvm/gems/ruby-3.0.2…
-
**Submitting author:** @TomTranter (Thomas Tranter)
**Repository:** https://github.com/pybamm-team/liionpack
**Version:** v1.0.0
**Editor:** @timtroendle
**Reviewers:** @EricaEgg, @mefuller
**Managin…
-
I'm updating ApproxFun and this caught me by surprise:
``` julia
abstract Foo
julia> (f::Foo)(x)=x
ERROR: cannot add methods to an abstract type
in eval(::Module, ::Any) at ./boot.jl:267
```
Is thi…
-
This relates to the recent PR #204 and commit 6ad50949813b6a7b7ab9e2a7122a1124d019e551. Thinking about whether the regularization operator should smooth the first and last points as well, I ran a sim…
-
### Containers
Containers in C++ may have both `const` and non-`const` overloads of `begin`. They differ only in their return types: non-`const` `begin` returns a mutable iterator, and `const` `begin…
-
Following on from the conversation in google groups:
https://groups.google.com/g/cvxpy/c/Ufz2dez8KnU
import cvxpy as cp
x1 = cp.Variable()
x2 = cp.Variable()
BC = [3 * x1 + x2
-
Imported from JIRA [DS-3556] created by nelsontorres
After importing a file with different encoded characters, the OAI-PMH interface page rendering the file don't work giving internal server error 50…