George Sakkis
George Sakkis
I pushed a small fix in case the [optimize request parameters](http://www.elasticsearch.org/guide/reference/api/admin-indices-optimize.html) are case-sensitive though I can't really reproduce the problem before or after the fix. If it still doesn't work...
Can you check if it happens to work at the latest head?
Just use [mamba](https://github.com/mamba-org/mamba) instead; it's orders of magnitude faster.
As I mentioned before, the empty(ish)ness of `__init__.py` is not the issue and an option that addresses just that would be a hack at best. The issue is that ```py...
@thebjorn indeed an ast-based approach is closer in what I (and I'm guessing the OP) would expect from a module dependency analyzer. Unfortunately, a pure ast-based analyzer would not be...
Any feedback on this? Btw as commented in another [PR](https://github.com/joblib/joblib/pull/897#issuecomment-504623424), the AppVeyor failure looks unrelated.
Can new or obscure projects (as in, with little real-world usage) that satisfy all/most other criteria qualify as "awesome"? If yes I'd like to plug [tilesegy](https://github.com/gsakkis/tilesegy), a small Segyio-like project...
Not sure if it's the same issue but the inherited `BaseModel.json()` model still includes the `revision_id`.
I'm not using joblib for some years now but I could try rebasing this PR if there's interest in merging it, otherwise just lmk and I'll close it. cc @ogrisel
@tomMoral i rebased it, please take a look. Not sure what's the issue with the pypy timeout, the related tests are passing.