diff --git a/.github/workflows/benchmarks.yml b/.github/workflows/benchmarks.yml index 164d23b..8399e3c 100644 --- a/.github/workflows/benchmarks.yml +++ b/.github/workflows/benchmarks.yml @@ -31,5 +31,5 @@ jobs: - name: Benchmark KS2022 with command line python call run: python -c "from pysipfenn.descriptorDefinitions import Ward2017; Ward2017.profile(test='JVASP-10001', nRuns=100); Ward2017.profile(test='diluteNiAlloy', nRuns=100)" - name: Benchmark KS2022 dilute featurizer with command line python call - run: python -c "from pysipfenn.descriptorDefinitions import KS2022; KS2022_dilute.profile(test='diluteNiAlloy', nRuns=100)" + run: python -c "from pysipfenn.descriptorDefinitions import KS2022_dilute; KS2022_dilute.profile(test='diluteNiAlloy', nRuns=100)"