From 40658a66452595471843fe0a3c9bbba254f6f827 Mon Sep 17 00:00:00 2001 From: Philip Eisenlohr Date: Sun, 5 Jun 2022 21:39:06 +0000 Subject: [PATCH] fixed typo in Result.view example --- python/damask/_result.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/damask/_result.py b/python/damask/_result.py index 1ad25bdbf..b5b58bc04 100644 --- a/python/damask/_result.py +++ b/python/damask/_result.py @@ -334,7 +334,7 @@ class Result: >>> import damask >>> r = damask.Result('my_file.hdf5') - >>> r_first = r.view(increment=0) + >>> r_first = r.view(increments=0) Get a view that shows all results between simulation times of 10 to 40: