You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
externcrate acme;use acme::autodiff;#[test]fntest_array(){let x = [1.0,2.0];let y = [2.0,2.0];assert_eq!(autodiff!(x: x + y),1f64);// panics here// assert_eq!(autodiff!(x: x + y), [1.0, 0.0]);}
The text was updated successfully, but these errors were encountered:
FL03
added
bug
Something isn't working
rust
Improvements or additions that update the Rust code
macro
Any additions or improvements to procedural macros
labels
Apr 12, 2024
The text was updated successfully, but these errors were encountered: