From 162641340305650b710c85f6ebace6f7a392ea1b Mon Sep 17 00:00:00 2001 From: eug-vs Date: Wed, 25 May 2022 18:01:36 +0400 Subject: feat: correct indices --- src/research.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/research.py') diff --git a/src/research.py b/src/research.py index d660f8e..2a59c49 100644 --- a/src/research.py +++ b/src/research.py @@ -34,7 +34,7 @@ class Research: if iteration % 10 == 0 or iteration == 1: if preview or save_plot: - self.plotter.plot(self.model) + self.plotter.plot(self.model, normalize=False, density=1) if preview: self.plotter.show() if save_plot: -- cgit v1.2.3