Skip to content

Commit 7a9e175

Browse files
committed
dot, show
1 parent 5b95878 commit 7a9e175

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

test/DualTest.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -218,6 +218,7 @@ ForwardDiff.:≺(::Int, ::Type{TestTag()}) = false
218218
# M is the length of M_PARTIALS, which affects:
219219
# NESTED_FDNUM = Dual{TestTag()}(Dual{TestTag()}(PRIMAL, M_PARTIALS), NESTED_PARTIALS)
220220

221+
@show N M
221222
@test isequal(NESTED_FDNUM, Dual{TestTag()}(Dual{TestTag()}(PRIMAL, M_PARTIALS2), NESTED_PARTIALS2)) == (N == M == 0)
222223
@test isequal(NESTED_FDNUM, NESTED_FDNUM2) == isequal(PRIMAL, PRIMAL2) && (N == M == 0)
223224

test/HessianTest.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ module HessianTest
33
import Calculus
44

55
using Test
6+
using LinearAlgebra
67
using ForwardDiff
78
using ForwardDiff: Dual, Tag
89
using StaticArrays

0 commit comments

Comments
 (0)