rht

Results 168 issues of rht

This is a working example for https://github.com/projectmesa/mesa/pull/2199.

Currently, there are 2 ways to run the Solara app: - `solara run app.py` - Launch a Jupyter notebook server, then execute the cells in app.py My request is to...

**What's the problem this feature will solve?** #1941 was merged without documentation because it modified an internal function. It should have public documentation. **Additional context** Example usage for [virus on...

I couldn't reproduce the smooth curve found in Figure 3B in the paper. I have tried both non-frequency domain and frequency domain. I interpret the figure to be a plot...

- I use Hatch instead of Setuptools because Setuptools data-files doesn't support recursive file includes. Fixes: N/A **How did you test this PR?** - Running `pytest tests` - Running my...

size: XL

This is much faster than setting up Ruff using GH Actions: https://pre-commit.com/. An example of this can be found at the CI result of https://github.com/mesa/mesa/pull/2995 ( https://results.pre-commit.ci/run/github/24245737/1766503726.f5vcLN2qRwaY1zPs0sV4jg). This prevents #16...

https://github.com/safety-research/bloom/blob/f203e5516c95d73dfc2da67305b1a2f44506595b/scripts/step4_judgment.py#L669. I think this is catchable with a GH Actions CI that run `ruff format` and `ruff check`.