Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
Signed-off-by: FL03 <jo3mccain@icloud.com>
  • Loading branch information
FL03 committed Feb 18, 2024
1 parent e39d038 commit 6e1f17c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion acme/tests/autodiff.rs
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ fn test_sigmoid() {
assert_eq!(autodiff!(x: fn sigmoid(x: f64) -> f64 { 1_f64 / (1_f64 + (-x).exp()) }), sigmoid_prime(x));
}

// #[ignore = "Currently, support for function calls is not fully implemented"]
#[ignore = "Currently, support for function calls is not fully implemented"]
#[test]
fn test_function_call() {
let x = 2_f64;
Expand Down

0 comments on commit 6e1f17c

Please sign in to comment.