Commit 533c4cb
authored
fix(jax): setattr
`case_embd` was supported but the JAX backend was not touched.
<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->
## Summary by CodeRabbit
## Release Notes
* **Bug Fixes**
* Improved parameter handling in the fitting module to properly support
the `case_embd` parameter, ensuring it receives consistent treatment and
array conversion as other fitting parameters.
<sub>✏️ Tip: You can customize this high-level summary in your review
settings.</sub>
<!-- end of auto-generated comment: release notes by coderabbit.ai -->case_embd (#5104)1 parent 26013cb commit 533c4cb
File tree
2 files changed
+2
-0
lines changed- deepmd/jax/fitting
- source/tests/array_api_strict/fitting
2 files changed
+2
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
| 46 | + | |
46 | 47 | | |
47 | 48 | | |
48 | 49 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
| 34 | + | |
34 | 35 | | |
35 | 36 | | |
36 | 37 | | |
| |||
0 commit comments