Skip to content

Commit 256ec48

Browse files
committed
2 parents a5e965d + 4fa3029 commit 256ec48

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ julia:
1010
- 1.0
1111
- 1.1
1212
- 1.2
13+
- 1.3
1314
- nightly
1415

1516
notifications:

src/FileDFG/services/FileDFG.jl

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,10 @@ function saveDFG(dfg::G, folder::String) where G <: AbstractDFG
137137
end
138138
end
139139

140-
function loadDFG(folder::String, iifModule, dfgLoadInto::G=GraphsDFG{NoSolverParams}()) where G <: AbstractDFG
140+
function loadDFG(folder::String,
141+
iifModule,
142+
dfgLoadInto::G=GraphsDFG{NoSolverParams}()) where G <: AbstractDFG
143+
#
141144
variables = DFGVariable[]
142145
factors = DFGFactor[]
143146
varFolder = "$folder/variables"

0 commit comments

Comments
 (0)