Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
Peter Jentsch
CovidAlertABM
Commits
3e5f3663
Commit
3e5f3663
authored
Jul 26, 2021
by
Peter Jentsch
Browse files
stop resampling degrees
parent
87525aae
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
CovidAlertVaccinationModel/src/ABM/mixing_graphs.jl
CovidAlertVaccinationModel/src/ABM/mixing_graphs.jl
+1
-1
No files found.
CovidAlertVaccinationModel/src/ABM/mixing_graphs.jl
View file @
3e5f3663
...
...
@@ -110,7 +110,7 @@ Completely remake all the graphs in `time_dep_mixing_graph.resampled_graphs`.
function
remake_all!
(
t
,
time_dep_mixing_graph
,
index_vectors
,
demographics
)
for
wg
in
time_dep_mixing_graph
.
remade_graphs
empty!
(
wg
)
assemble_graph!
(
wg
,
demographics
,
index_vectors
,
wg
.
mixing_matrix
,
wg
.
degrees_matrix
)
assemble_graph!
(
wg
,
demographics
,
index_vectors
,
wg
.
mixing_matrix
,
wg
.
degrees_matrix
;
resample_degrees
=
false
)
end
# display_degree(time_dep_mixing_graph.resampled_graphs[1])
for
wg
in
time_dep_mixing_graph
.
resampled_graphs
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment