Skip to content

Commit

Permalink
Small test bug fix in benchmarking
Browse files Browse the repository at this point in the history
  • Loading branch information
amkrajewski authored Apr 6, 2023
1 parent ce7a855 commit a5ca268
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/benchmarks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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)"

0 comments on commit a5ca268

Please sign in to comment.