From 7be01c3d9d83d8c964093a818f7e461c0409c499 Mon Sep 17 00:00:00 2001 From: Bittens Date: Tue, 17 Jan 2023 14:10:52 +0100 Subject: [PATCH] ins --- paper.md | 2 +- test/runtests.jl | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/paper.md b/paper.md index 41fdc11..d8037d2 100644 --- a/paper.md +++ b/paper.md @@ -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 diff --git a/test/runtests.jl b/test/runtests.jl index 4f5c3ba..8297d38 100644 --- a/test/runtests.jl +++ b/test/runtests.jl @@ -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