-
### What is the bug or the crash?
QGIS crashes after opening, even without doing anything. Happens not always but often, also in different computers and projects.
### Steps to reproduce the issue
O…
-
1. Based on these and other freely available materials, I propose to switch to using `slim` images instead of `alpine`.
https://pythonspeed.com/articles/alpine-docker-python/
https://pythonspeed.com…
-
**Summary**
Add library API for calling `addstep` on computes.
**Detailed Description**
Some computes like `stress/atom` require the virial to be computed in the current time step.
When ac…
-
I found out the latest mm library supports config in pure python style.
Is it possible to import mmdet config in pure python style like
```
if '_base_':
from mmdet.configs._base_.default_runti…
-
`ruff check` produces false positive DJ012 for Django models like so:
```
class Person(models.Model):
name = models.CharField(xxxx)
def __init__(self, *args, **kwargs):
…
-
Enhancement - it would be great to be able to apply individual Table styles.
Similar to what you can do in the python-docx package.
[https://www.geeksforgeeks.org/working-with-tables-python-docx-m…
-
After looked at the mvp branch of some of the latest commit code, feel inside the python code writing style maybe some conflict, in accordance with the management, our python code style should follow …
-
Two image links broken in: https://carpentries-incubator.github.io/python-intermediate-development-earth-sciences/15-coding-conventions/index.html#indentation-in-python-2-vs-python-3
-
**Summary**
The full regression test shows errors when running several example input scripts.
**LAMMPS Version and Platform**
LAMMPS build info:
- OS: Linux "CentOS Linux 8" 4.18.0-305.3.1…
-
It is possible to move most settings from separate files, such as setup.py, setup.cfg, MANIFEST.in, and other configuration files, inside pyproject.toml. Below is an example that combines these files …