You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1.*After* opening an issue and discussing with the development team, create a PR with the proposed changes.
6
+
2. If [testing fails](https://github.com/uscuni/sgeop/actions/runs/11368511561) due to an update in the code base:
7
+
3. Observed data is [saved as artifacts](https://github.com/uscuni/sgeop/actions/runs/11368511561#artifacts) from the workflow and can be download locally.
8
+
4. We determine the `ci_artifacts-ubuntu-latest-py312_sgeop-latest` data as the "truth."
9
+
5. After comparison of the current "known" data with new data from (3.), if new data is "truthier," update your PR with the new "known" data.
10
+
11
+
## Code Structure
12
+
13
+
Code should be linted and formatted via `ruff`. With the [`.pre-commit` hooks](https://github.com/uscuni/sgeop/blob/main/.pre-commit-config.yaml) we have code in commits will be formatted and linted automatically once [`pre-commit` is installed](https://pre-commit.com/#installation).
0 commit comments