-
Hello,
I am trying to simulate a 3-dimensional magnetic disk (dot and or anti-dot type structure) lattice structure using Ubermag. I am mainly interested in stray field distribution. If it is a singl…
-
When generating geojson geometry from shapely the coordinates are tuples and so geojson_rewind fails when it tries to modify the coordinates
```python
from shapely.geometry import Polygon, mappin…
mbway updated
3 years ago
-
WATCHMAN_CHECKS = (
'xyxy.health.xyxy_check'
)
If I have a **single check** like the above, WATCHMAN_CHECKS variable is taken as a string and thus when frozenset is applied in get_checks method…
-
Unfortunately, despite our recent improvements in #543, we still see some apparent flakiness. Its main source seems to be the setup-graphviz action on the windows runners, which sometimes fails like t…
-
**Description**
Trying to define parameter grid for GridSearchCV I collided into a problem of handy representation of all possible combinations of parameters.
List of dictionaries or simple dictiona…
-
search for `mileage_by_region`
* **'T':** `Travelerlist::active_preview_mileage_by_region` and `Travelerlist::active_only_mileage_by_region` can become a single `std::unordered_map`
• fewer look…
yakra updated
2 years ago
-
# Motivation
When doing PR #196, I found an error in the way `fatiando.gridder.regular` works. In Fatiando, we assume that x is North-South and y is East-West. So if data is on a matrix, it would mak…
-
### Intro
I am getting `TypeError: can not serialize 'BaseTextRank' object` when trying to use spaCy's multiprocessing in `nlp.pipe` with a `textrank` pipeline component.
Sorry if this a known/…
-
Following ckanclient code(at '_encode_multipart_formdata' in __init__.py), the code making multipart-form body with document having unicode characters can't process, because Python occurs a error duri…
-
I've have a scikit-learn compatible model that receives some pretty complex parameters.
For example, if implementing a neural network it can receive the layers definition as a list of sizes, the li…