Skip to content

Commit

Permalink
ins
Browse files Browse the repository at this point in the history
  • Loading branch information
Bittens authored and Bittens committed Jan 17, 2023
1 parent 0f9e40b commit 7be01c3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion paper.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ authors:
affiliations:
- name: Federal Institute for Geosciences and Natural Resources (BGR)
index: 1
- name: Zeiss
- name: None
index: 2
date: 11 October 2022
bibliography: paper.bib
Expand Down
4 changes: 2 additions & 2 deletions test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,9 @@ end
init_weights!(asg, fun1)

# adaptive refine
for i = 1:12
for i = 1:27
# call generate_next_level! with tol=1e-5 and maxlevels=20
cpts = generate_next_level!(asg, 1e-4, 12)
cpts = generate_next_level!(asg, 1e-4, 30)
# calculate weights on all worker
distributed_init_weights!(asg, collect(cpts), fun1, ar_worker)
end
Expand Down

0 comments on commit 7be01c3

Please sign in to comment.