Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
Signed-off-by: Jinzhe Zeng <[email protected]>
  • Loading branch information
njzjz and coderabbitai[bot] authored Oct 15, 2024
1 parent 7bccad7 commit 18ca8c2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source/tests/consistent/fitting/test_dos.py
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ def eval_jax(self, jax_obj: Any) -> Any:
precision,
mixed_types,
numb_fparam,
atom_ener,
numb_dos,
) = self.param
return np.asarray(
jax_obj(
Expand All @@ -206,7 +206,7 @@ def eval_array_api_strict(self, array_api_strict_obj: Any) -> Any:
precision,
mixed_types,
numb_fparam,
atom_ener,
numb_dos,
) = self.param
return np.asarray(
array_api_strict_obj(
Expand Down

0 comments on commit 18ca8c2

Please sign in to comment.