Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
jbreue16 committed Oct 16, 2024
1 parent 862c125 commit e0fdd04
Show file tree
Hide file tree
Showing 21 changed files with 21 additions and 21 deletions.
2 changes: 1 addition & 1 deletion test/test1_batch_linear/test1.jl
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ using Test

# Add the include file custom to load packages and scripts.
# the file is located on the main from which the file takes care of the rest.
include(joinpath(@__DIR__,"..\\..\\include.jl"))
include(joinpath(@__DIR__,"..", "..", "include.jl"))



Expand Down
2 changes: 1 addition & 1 deletion test/test1_batch_linear/test1_dae.jl
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ using Test

# Add the include file custom to load packages and scripts.
# the file is located on the main from which the file takes care of the rest.
include(joinpath(@__DIR__,"..\\..\\include.jl"))
include(joinpath(@__DIR__,"..", "..", "include.jl"))



Expand Down
2 changes: 1 addition & 1 deletion test/test1_batch_linear/test1h5.jl
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ using Test

# Add the include file custom to load packages and scripts.
# the file is located on the main from which the file takes care of the rest.
include(joinpath(@__DIR__,"..\\..\\include.jl"))
include(joinpath(@__DIR__,"..", "..", "include.jl"))



Expand Down
2 changes: 1 addition & 1 deletion test/test2_2column_linear/test_linear_2columns.jl
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ using Test

# Add the include file custom to load packages and scripts.
# the file is located on the main from which the file takes care of the rest.
include(joinpath(@__DIR__,"..\\..\\include.jl"))
include(joinpath(@__DIR__,"..", "..", "include.jl"))


# Define the OrderedDictionary representing the model structure
Expand Down
2 changes: 1 addition & 1 deletion test/test2_2column_linear/test_linear_2columns_dae.jl
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ using Test

# Add the include file custom to load packages and scripts.
# the file is located on the main from which the file takes care of the rest.
include(joinpath(@__DIR__,"..\\..\\include.jl"))
include(joinpath(@__DIR__,"..", "..", "include.jl"))


# Define the OrderedDictionary representing the model structure
Expand Down
2 changes: 1 addition & 1 deletion test/test3_LWE/LWE.jl
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ using Test

# Add the include file custom to load packages and scripts.
# the file is located on the main from which the file takes care of the rest.
include(joinpath(@__DIR__,"..\\..\\include.jl"))
include(joinpath(@__DIR__,"..", "..", "include.jl"))



Expand Down
2 changes: 1 addition & 1 deletion test/test3_LWE/lwe_dae.jl
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ using Test

# Add the include file custom to load packages and scripts.
# the file is located on the main from which the file takes care of the rest.
include(joinpath(@__DIR__,"..\\..\\include.jl"))
include(joinpath(@__DIR__,"..", "..", "include.jl"))



Expand Down
2 changes: 1 addition & 1 deletion test/test4_SMB/SMB_LRM_Langmuir.jl
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ using Test

# Add the include file custom to load packages and scripts.
# the file is located on the main from which the file takes care of the rest.
include(joinpath(@__DIR__,"..\\..\\include.jl"))
include(joinpath(@__DIR__,"..", "..", "include.jl"))



Expand Down
2 changes: 1 addition & 1 deletion test/test4_SMB/smb_lrm_langmuir_dae.jl
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ using Test

# Add the include file custom to load packages and scripts.
# the file is located on the main from which the file takes care of the rest.
include(joinpath(@__DIR__,"..\\..\\include.jl"))
include(joinpath(@__DIR__,"..", "..", "include.jl"))



Expand Down
2 changes: 1 addition & 1 deletion test/test5_batch_lrmp_langmuir/test5.jl
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ using Test

# Add the include file custom to load packages and scripts.
# the file is located on the main from which the file takes care of the rest.
include(joinpath(@__DIR__,"..\\..\\include.jl"))
include(joinpath(@__DIR__,"..", "..", "include.jl"))



Expand Down
2 changes: 1 addition & 1 deletion test/test5_batch_lrmp_langmuir/test5_dae.jl
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ using Test

# Add the include file custom to load packages and scripts.
# the file is located on the main from which the file takes care of the rest.
include(joinpath(@__DIR__,"..\\..\\include.jl"))
include(joinpath(@__DIR__,"..", "..", "include.jl"))



Expand Down
2 changes: 1 addition & 1 deletion test/test6_grm_linear/test6.jl
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ using Test

# Add the include file custom to load packages and scripts.
# the file is located on the main from which the file takes care of the rest.
include(joinpath(@__DIR__,"..\\..\\include.jl"))
include(joinpath(@__DIR__,"..", "..", "include.jl"))



Expand Down
2 changes: 1 addition & 1 deletion test/test6_grm_linear/test6_dae.jl
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ using Test

# Add the include file custom to load packages and scripts.
# the file is located on the main from which the file takes care of the rest.
include(joinpath(@__DIR__,"..\\..\\include.jl"))
include(joinpath(@__DIR__,"..", "..", "include.jl"))



Expand Down
2 changes: 1 addition & 1 deletion test/test7_hybrid/setup0/test7.jl
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# Add the include file custom to load packages and scripts.
# the file is located on the main from which the file takes care of the rest.
include(joinpath(@__DIR__,"..\\..\\..\\include.jl"))
include(joinpath(@__DIR__,"..", "..", "..", "include.jl"))

using ConvDispOperatorDGAlloc
using DiffEqFlux, Lux, Zygote, ReverseDiff, ComponentArrays
Expand Down
2 changes: 1 addition & 1 deletion test/test7_hybrid/setup0/train7.jl
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# Add the include file custom to load packages and scripts.
# the file is located on the main from which the file takes care of the rest.
include(joinpath(@__DIR__,"..\\..\\..\\include.jl"))
include(joinpath(@__DIR__,"..", "..", "..", "include.jl"))

using ConvDispOperatorDGAlloc
using DiffEqFlux, Lux, Zygote, ReverseDiff, ComponentArrays
Expand Down
2 changes: 1 addition & 1 deletion test/test7_hybrid/setup1/test7.jl
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# Add the include file custom to load packages and scripts.
# the file is located on the main from which the file takes care of the rest.
include(joinpath(@__DIR__,"..\\..\\..\\include.jl"))
include(joinpath(@__DIR__,"..", "..", "..", "include.jl"))

using ConvDispOperatorDGAlloc
using DiffEqFlux, Lux, Zygote, ReverseDiff, ComponentArrays
Expand Down
2 changes: 1 addition & 1 deletion test/test7_hybrid/setup1/train7.jl
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# Add the include file custom to load packages and scripts.
# the file is located on the main from which the file takes care of the rest.
include(joinpath(@__DIR__,"..\\..\\..\\include.jl"))
include(joinpath(@__DIR__,"..", "..", "..", "include.jl"))

using ConvDispOperatorDGAlloc
using DiffEqFlux, Lux, Zygote, ReverseDiff, ComponentArrays
Expand Down
2 changes: 1 addition & 1 deletion test/test7_hybrid/setup2/test7.jl
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# Add the include file custom to load packages and scripts.
# the file is located on the main from which the file takes care of the rest.
include(joinpath(@__DIR__,"..\\..\\..\\include.jl"))
include(joinpath(@__DIR__,"..", "..", "..", "include.jl"))

using ConvDispOperatorDGAlloc
using DiffEqFlux, Lux, Zygote, ReverseDiff, ComponentArrays
Expand Down
2 changes: 1 addition & 1 deletion test/test7_hybrid/setup2/train7.jl
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# Add the include file custom to load packages and scripts.
# the file is located on the main from which the file takes care of the rest.
include(joinpath(@__DIR__,"..\\..\\..\\include.jl"))
include(joinpath(@__DIR__,"..", "..", "..", "include.jl"))

using ConvDispOperatorDGAlloc
using DiffEqFlux, Lux, Zygote, ReverseDiff, ComponentArrays
Expand Down
2 changes: 1 addition & 1 deletion test/test8_cstr/test8.jl
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ using Test

# Add the include file custom to load packages and scripts.
# the file is located on the main from which the file takes care of the rest.
include(joinpath(@__DIR__,"..\\..\\include.jl"))
include(joinpath(@__DIR__,"..", "..", "include.jl"))



Expand Down
2 changes: 1 addition & 1 deletion test/test9_cstr_col_cstr/test9.jl
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ using Test

# Add the include file custom to load packages and scripts.
# the file is located on the main from which the file takes care of the rest.
include(joinpath(@__DIR__,"..\\..\\include.jl"))
include(joinpath(@__DIR__,"..", "..", "include.jl"))



Expand Down

0 comments on commit e0fdd04

Please sign in to comment.