Skip to content

Commit 314d69f

Browse files
authored
fix printout from convergence.py (#150)
* fix printout from convergence.py it was saying this is the L2 norm * fix isort
1 parent 4d0f2d8 commit 314d69f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyro/analysis/convergence.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,4 +39,4 @@ def compare(fine, coarse):
3939

4040
result = compare(ff.cc_data, cc.cc_data)
4141

42-
print("inf/L2 norm of density: ", result)
42+
print("inf norm of density: ", result)

0 commit comments

Comments
 (0)