Skip to content

Add sp_composite focal-point/CBS single-point protocols#878

Open
alongd wants to merge 24 commits into
mainfrom
sp_composite
Open

Add sp_composite focal-point/CBS single-point protocols#878
alongd wants to merge 24 commits into
mainfrom
sp_composite

sp_composite: support CBS extrapolation as the protocol base

ee6eab7
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / CodeQL succeeded Jul 11, 2026 in 2s

4 new alerts

New alerts in code changed by this pull request

  • 4 notes

Alerts not introduced by this pull request might have been detected because the code changes were too large.

See annotations below for details.

View all branch alerts.

Annotations

Check notice on line 169 in arc/scheduler_test.py

See this annotation in the file changed.

Code scanning / CodeQL

Imprecise assert Note

assertTrue(a in b) cannot provide an informative message. Using assertIn(a, b) instead will give more informative messages.

Check notice on line 171 in arc/scheduler_test.py

See this annotation in the file changed.

Code scanning / CodeQL

Imprecise assert Note

assertTrue(a in b) cannot provide an informative message. Using assertIn(a, b) instead will give more informative messages.

Check notice on line 675 in arc/scheduler_test.py

See this annotation in the file changed.

Code scanning / CodeQL

Unused local variable Note

Variable sched is not used.

Check notice on line 572 in arc/statmech/arkane_test.py

See this annotation in the file changed.

Code scanning / CodeQL

Module is imported more than once Note

This import of module re is redundant, as it was previously imported
on line 10
.