Skip to content

Commit 9c5f7be

Browse files
committed
fix wfl.map.map docstring
1 parent c1f3bad commit 9c5f7be

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

tests/local_scripts/complete_pytest.tin

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
#!/bin/bash
22

33
module purge
4-
module load compiler/gnu python/system python_extras/quippy lapack/mkl
4+
# module load compiler/gnu python/system python_extras/quippy lapack/mkl
5+
module load compiler/gnu python/conda python_extras/quippy/_2024-10-21 lapack/mkl
56
module load python_extras/torch/cpu
67

78
if [ -z "$WFL_PYTEST_EXPYRE_INFO" ]; then
@@ -67,7 +68,7 @@ l=`egrep '^=.*(passed|failed|skipped|xfailed|error).* in ' complete_pytest.tin.o
6768
echo "summary line $l"
6869
lp=$( echo $l | sed -E -e 's/ in .*//' -e 's/\s*,\s*/\n/g' )
6970

70-
declare -A expected_n=( ["passed"]="176" ["skipped"]="21" ["warnings"]=823 ["xfailed"]=2 ["xpassed"]=1 )
71+
declare -A expected_n=( ["passed"]="177" ["skipped"]="21" ["warnings"]=823 ["xfailed"]=2 ["xpassed"]=1 )
7172
IFS=$'\n'
7273
t_stat=0
7374
for out in $lp; do

wfl/map.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ def _map_autopara_wrappable(atoms, map_func, args=[], kwargs={}):
55
66
Parameters
77
----------
8+
atoms: list(Atoms)
9+
input configurations
810
map_func: function(Atoms, *args, **kwargs)
911
function to apply
1012
args: list

0 commit comments

Comments
 (0)