-
The Docstring for `SphericalVoronoi` currently indicates that:
> Empirical assessment of spherical Voronoi algorithm performance suggests quadratic time complexity
Recent improvements seem to s…
-
np.random.RandomState is not a good choice for random number generation [going forward](https://numpy.org/doc/stable/reference/random/legacy.html#numpy.random.RandomState):
> RandomState is effecti…
-
As per [this examples run](https://github.com/PyFstat/PyFstat/runs/7976248913?check_suite_focus=true) while we still had the global `--clean` option, several (all?) grid classes currently aren't worki…
-
```
In [6]: import sympy
In [7]: s…
bollu updated
5 years ago
-
Making context.plans hold a dataclass e.g.
```python
@dataclass
class PlanWithMetadata:
plan_function: PlanGenerator
params:
metadata:
```
prevents having to maintain two dictio…
-
Originally reported by: **Adam Groszer (BitBucket: [agroszer](http://bitbucket.org/agroszer), GitHub: @agroszer?)**
---
I created a repo to repro this:
https://github.com/agroszer/playground
After…
-
Hi,
I am using this library and I am happy whit it, but I would like to propose an improvement.
My doc strings become quite long and see two ways to shorten them.
1) I use a lot of parameters…
jitka updated
4 years ago
-
https://code.visualstudio.com/docs/editor/extension-marketplace
| Name | Identifier | Notes |
| -- | -- | -- |
| Better TOML | `bungcip.better-toml` | |
| Code Spell Checker | `streetsidesoftwar…
-
**Describe the bug**
As soon as `includeDirectives` is set to true, the value of `commentDescriptions` no longer matters: comments will always be generated as docstrings.
**To Reproduce**
```
sc…
-
BPO | [21126](https://bugs.python.org/issue21126)
--- | :---
Nosy | @tim-one, @giampaolo, @rbtcollins, @zware
Files | [doctest.patch](https://bugs.python.org/file34697/doctest.patch "Uploaded as text/…