Calen Pennington

Results 11 issues of Calen Pennington

We have seen increasing cases of the bug described in https://stackoverflow.com/questions/62536538/django-runserver-failing-during-admin-site-checks when running the https://github.com/edx/edx-platform development environment. This applies the recommended fix to see if that resolves our issues.

Why did you choose to write the gradient descent code in C, rather than using the library you used for the other matrix computations? Would you get a speedup by...

For im2col and col2im, accelerate doesn't seem to improve benchmarks (using the llvm-native backend). It's not clear to me if that's because my implementation is bad, or because there's a...

Configuration Pull Request --- Make sure that the following steps are done before merging: - [ ] A DevOps team member has approved the PR if it is code shared...

`sys.exit` is probably wrong in most places in edx code. It's almost always better to just raise an exception. In particular, in management commands, you should raise a `CommandError` so...

`scriv create` could pull from git commit messages (easy-ish) and Github PR descriptions (harder) to pre-populate the changelog fragment. If those commits/PRs are tagged correctly, `scriv` could add the existing...

enhancement

``` Validation failed due to unexpected error(s): [MypyError(file_path='auto_to.py', line_number=1370, error_code='union-attr', message='error: Item "None" of "Optional[datetime]" has no attribute "astimezone"'), MypyError(file_path='auto_to.py', line_number=1453, error_code='union-attr', message='error: Item "None" of "Optional[datetime]" has no attribute...

bug

This lets you run statprof as a standalone executable to profile another python script. Based on #26, so review that first.