Coverage for /builds/ericyuan00000/ase/ase/ga/bulk_crossovers.py: 100.00%
1 statements
« prev ^ index » next coverage.py v7.5.3, created at 2025-06-18 01:20 +0000
« prev ^ index » next coverage.py v7.5.3, created at 2025-06-18 01:20 +0000
1# fmt: off
3raise ImportError(
4 'The ase.ga.bulk_crossovers module has been deprecated. '
5 'The same functionality is now provided by the '
6 'ase.ga.cutandsplicepairing module. Please consult its documentation '
7 'to verify how to e.g. initialize a CutAndSplicePairing object.')