Leah Wasser
Leah Wasser
@nkorinek i'm just playing with some of the tests. i've added some notes and todos. we can talk about this more next week but some of the tests weren't running...
Currently our tests are organized by module. This means that a single module could have many many tests and test objects. The github module alone has 19 functions and could...
RE @jedbrown 's email ... right now our feedback files are returned in a n html format. this is actually created via nbgrader. it would be nice to have a...
i am getting the error below when i run `abc-new-template --mode merge --github` ``` Traceback (most recent call last): File "/Users/leahwasser/opt/miniconda3/envs/earth-analytics-python/bin/abc-new-template", line 33, in sys.exit(load_entry_point('abc-classroom', 'console_scripts', 'abc-new-template')()) File "/Users/leahwasser/Documents/github/0-python/abc-classroom/abcclassroom/__main__.py", line...
Hi All, this is an interesting bug. When i attempt to render a grid using ImageGrid, i get space where the grid should render in the console BUT no grid....
It looks like we can create label rules using this tool using this action: https://github.com/marketplace/actions/label-syncer https://github.com/EndBug/label-sync This might be a good way to ensure our labels across all repos are...
see here - https://github.com/pypa/hatch/discussions/919#discussioncomment-7416179 will need to update both our diagram and the tables / description about hatch.
This follows @npch comment here: https://pyopensci.discourse.group/t/some-experiences-of-doing-a-pyopensci-review/29/2?u=lwasser Essentially someone newer to package development might not know how to setup a Python Envt with items needed to run tests locally. We should...
make sure in the maintainer section that we include discussions of what versions of python to support. the scientific python spec 00 is what we want to ideally promote here....
We should update the actions for checkout and setup-python to avoid future node 16 warnings in ci For instance see our current build. i think the current versino for checkout...