-
The sia 2d code relies a lot on indexing arrays from 0 to n-2, 1 to n, etc. I took over the code from Alex which relied on making the indexers with ``np._ix``:
https://github.com/OGGM/oggm/blob/97…
-
After watching the statistics page in action, it seems like there are a few nuances that suggest themselves.
Problem 1) The 1923-1925 field notes show themselves to be 94% transcribed, but every page…
-
Suppose I have a Series as follows:
```python
s = cudf.Series(range(100), index=cudf.date_range('2024', periods=100, freq='D'))
```
If I want to perform 3-day rolling window mean, I can do:
```py…
-
There seem to be a cascading error effect, where if a couple of providers repeatedly error during ad traversal they can slow down the ingestion for other providers.
The degree by which ingest is s…
masih updated
9 months ago
-
I’ve embedded the PythonEngine into a Visual Basic application that I’ve been
writing on and off for the past few months, and one of the nice things that
Visual Basic has over C# is of course multiple…
-
There seems to be a small chance that the task to start Splunk on an indexer will fail with the error `WARNING: web interface does not seem to be available!`, causing Terraform to mark that instance a…
-
**Version Used**: main (27 Jan 2022, https://github.com/dotnet/roslyn/commit/3b32fc36ec4c2a81457d90f965c89c5b6fc37082)
**Steps to Reproduce**:
```csharp
using System;
_ = new Inaccessible() …
-
### Is there an existing issue for this?
- [X] I have searched the existing open and closed issues
### Current Behavior
I get often errors of indexers not available from sonarr and radarr. I use al…
-
```
# any chance of something like this being added to djapian?
import djapian
class IndexMaker(object):
def __init__(self, include=['title', 'name']):
self.include = include
sel…
-
I just install the script and get theses error:
Traceback (most recent call last):
File "/usr/local/bin/dorkbot", line 8, in
sys.exit(main())
File "/usr/local/lib/python3.8/dist-package…