Skip to content

Commit a5ca268

Browse files
authored
Small test bug fix in benchmarking
1 parent ce7a855 commit a5ca268

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/benchmarks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,5 @@ jobs:
3131
- name: Benchmark KS2022 with command line python call
3232
run: python -c "from pysipfenn.descriptorDefinitions import Ward2017; Ward2017.profile(test='JVASP-10001', nRuns=100); Ward2017.profile(test='diluteNiAlloy', nRuns=100)"
3333
- name: Benchmark KS2022 dilute featurizer with command line python call
34-
run: python -c "from pysipfenn.descriptorDefinitions import KS2022; KS2022_dilute.profile(test='diluteNiAlloy', nRuns=100)"
34+
run: python -c "from pysipfenn.descriptorDefinitions import KS2022_dilute; KS2022_dilute.profile(test='diluteNiAlloy', nRuns=100)"
3535

0 commit comments

Comments
 (0)