https://github.com/adc-connect/adcc
Raw File
Tip revision: 0f4eae7a0e883cbdc1f48a26fe7ef15c04b2e861 authored by Maximilian Scheurer on 01 July 2023, 07:20:59 UTC
Fix problems with scipy and pyscf
Tip revision: 0f4eae7
remove_test_files.sh
#!/bin/sh -e

find adcc -type f -not -name "test_smoke.py" -a -name "*test*.py" -exec rm {} \;
rm -rf adcc/testdata

back to top