Skip to content

Commit

Permalink
Fix IIP warning
Browse files Browse the repository at this point in the history
Fixes #709
  • Loading branch information
ChrisRackauckas authored Jul 30, 2023
1 parent 469f2ff commit 0421f56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pinn_types.jl
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ struct PhysicsInformedNN{T, P, PH, DER, PE, AL, ADA, LOG, K} <: AbstractPINN
logger = nothing,
log_options = LogOptions(),
iteration = nothing,
kwargs...) where {iip}
kwargs...)
multioutput = typeof(chain) <: AbstractArray

if phi === nothing
Expand Down

0 comments on commit 0421f56

Please sign in to comment.