closember
Here are 43 public repositories matching this topic...
Is your proposal related to a problem?
Right now Thanos repo supports using Gitpod as a remote development environment. Similar to that, Github codespace is also a remote development environment that integrates be
It was recently decided that we would add the explicit import of numpy in the 'Examples' section of our docstrings. (See the discussion in scipy/scipy#13049.) Some progress has been made towards doing this consistently throughout SciPy, but there are still many functions and methods that need to be updated.
I created a script that finds functions and methods that are
-
Updated
Aug 5, 2022 - Python
Bug description
from abc import abstractmethod, ABCMeta
class WildAnimal(metaclass=ABCMeta):
@abstractmethod
def make_sound(self):
pass
class Panther(WildAnimal):
def make_sound(self):
raise NotImplementedError("Panther")
class PantherChild(Panther):
passpylint raise the following error against the code above?
-
Updated
Jul 27, 2022
-
Updated
Aug 5, 2022 - Python
Feature Request
Is your feature request related to a problem? Please describe.
Whenever I report a bug, I need to confirm what satpy version I am using. This is of course important, but it's also an extra step that could be semi-automated.
Describe the solution you'd like
I would like that debug_on() prints the relevant versions. When we report bugs, we anyway call `debu
After we migrated our docs to MyST (#1073 and others) we left several {eval-rst} blocks here and there, which are a way to keep reST features that are unsupported in MyST. We should progressively get rid of them, and if there are any remaining features that are unsupported, link to the corresponding https://github.com/executablebooks/MyST-Parser/ issue.
-
Updated
Aug 4, 2022 - Python
$ PYTHONPATH=$PWD sphinx-build -b man -d traitlets docs/source .
Running Sphinx v3.5.4
Initializing GitHub plugin
loading intersphinx inventory from https://docs.python.org/objects.inv...
intersphinx inventory has moved: https://docs.python.org/objects.inv -> https://docs.python.org/3/objects.inv
building [mo]: targets for 0 po files that are out of date
building [man]: all manpa-
Updated
Aug 4, 2022 - Python
It seems like the Arguments class only has annotations for kwarg and vararg, and does not have any property for getting the type comment.
Per PEP484, this should be supported (https://peps.python.org/pep-0484/#suggested-syntax-for-python-2-7-and-straddling-code)
def embezzle(self, account, funds=1000000, *fake_receipts):
# type: (str, int, *str) -> None
"""Embezzle fuRelated to #6800, I noticed that the typical examples that commands have is lacking in create-sibling-ria. We should add a few, maybe even copy a few from handbook.datalad.org/en/latest/r.html?RIA.
Code Sample, a minimal, complete, and verifiable piece of code
from pyresample.boundary import Boundary
b = Boundary(my_lons, my_lats)
print(b.contour_poly.area())Problem description
The above code doesn't fail if the provided lons/lats are 2D (not sure on 3D+), but the class and all functions/utilities underneath it assume 1D arrays. The end results are incor
-
Updated
Jul 11, 2022 - Python
🎯 Describe what you'd like
The possibility to plot any variable (radiance, absorbance...) on a double x-axis plot would be really convenient!
💡 Possible implementations
In spectrum.plot the argument wunit could be used.
For exam
NOTE
This issue is reserved for the #DataUmbrellaPyMCSprint
References
List of PyMC Example Notebooks that Need to be Updated
`example
update attribution guidelines to reflect the transition to using the all-contributors framework
Organize examples
As our examples grow they becomes a bit harder to navigate. Might be good to think about organizing them better. Maybe a (max 1 layer deep) dir structure, or just more sensible names.
Related, I really like how the Threejs examples can be searched by keyword. Maybe something for our docs? (Technically a separate issue.)
Upstream edge cases.
List list a number of edge cases in upstream libraries,
it would be great is upstream would accept to fix them.
They are usually handled by sphinx but add complexity to papyri.
Numpy:
Links that use `<...>` syntax with no text. I think they can be replaced by just `...`
$ rg '[^`]`<.+>`'
doc/RELEASE_WALKTHROUGH.rst.txt
158:provided at `<https://github.com/Mac
-
Updated
Jul 19, 2022 - Python
Improve this page
Add a description, image, and links to the closember topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the closember topic, visit your repo's landing page and select "manage topics."
https://github.com/ipython/ipython/blob/f20e3b80393a1a5909a050cb7bb9cbce9e044827/IPython/core/tests/test_displayhook.py#L31
and also line 44
Did you mean...
overbite,
overrate,
override,
overripe,
overwrite