Skip to content

2026PKUCourseHW5: 为sto_wf.cpp修复了魔数未说明含义以及使用C风格强制转换的问题 #8103

2026PKUCourseHW5: 为sto_wf.cpp修复了魔数未说明含义以及使用C风格强制转换的问题

2026PKUCourseHW5: 为sto_wf.cpp修复了魔数未说明含义以及使用C风格强制转换的问题 #8103

Workflow file for this run

name: Pyabacus Build and Test
on:
pull_request:
jobs:
test:
name: PyTest
runs-on: ubuntu-latest
container:
image: ghcr.io/deepmodeling/abacus-gnu
steps:
- name: Checkout
uses: actions/checkout@v6
- name: Set up Python
uses: actions/setup-python@v6
with:
python-version: 3.8
- name: Build Pyabacus
run: |
cd python/pyabacus
python -m pip install -v .[test]
- name: Test Pyabacus
run: |
cd python/pyabacus/tests
pytest -v