Skip to content

Commit 6079b93

Browse files
committed
dot, show
1 parent 407227d commit 6079b93

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
@@ -237,6 +237,7 @@ ForwardDiff.:≺(::Int, ::Type{TestTag()}) = false
237237
# M is the length of M_PARTIALS, which affects:
238238
# NESTED_FDNUM = Dual{TestTag()}(Dual{TestTag()}(PRIMAL, M_PARTIALS), NESTED_PARTIALS)
239239

240+
@show N M
240241
@test isequal(NESTED_FDNUM, Dual{TestTag()}(Dual{TestTag()}(PRIMAL, M_PARTIALS2), NESTED_PARTIALS2)) == (N == M == 0)
241242
@test isequal(NESTED_FDNUM, NESTED_FDNUM2) == isequal(PRIMAL, PRIMAL2) && (N == M == 0)
242243

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)