Skip to content

Commit

Permalink
fix bug in catching properties for out_eband_terms
Browse files Browse the repository at this point in the history
  • Loading branch information
maki49 committed Aug 14, 2024
1 parent 844e0e0 commit 2d188db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integrate/tools/catch_properties.sh
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ has_cond=$(get_input_key_value "cal_cond" "INPUT")
has_hs=$(get_input_key_value "out_mat_hs" "INPUT")
has_hs2=$(get_input_key_value "out_mat_hs2" "INPUT")
has_xc=$(get_input_key_value "out_mat_xc" "INPUT")
has_eband_separate=$(get_input_key_value "out_eband_separate_term" "INPUT")
has_eband_separate=$(get_input_key_value "out_eband_terms" "INPUT")
has_r=$(get_input_key_value "out_mat_r" "INPUT")
deepks_out_labels=$(get_input_key_value "deepks_out_labels" "INPUT")
deepks_scf=$(get_input_key_value "deepks_scf" "INPUT")
Expand Down

0 comments on commit 2d188db

Please sign in to comment.