From 714fc1d835410f8eddbf82811d5eda34c20d271b Mon Sep 17 00:00:00 2001 From: Diego Diaz Date: Mon, 18 Nov 2019 13:31:29 -0500 Subject: [PATCH] Small fix for the mass_density error during the benchmarks (#6) --- benchmarks/benchmark_PhysicsSuite.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/benchmarks/benchmark_PhysicsSuite.py b/benchmarks/benchmark_PhysicsSuite.py index 6fa47ae..f2192fe 100644 --- a/benchmarks/benchmark_PhysicsSuite.py +++ b/benchmarks/benchmark_PhysicsSuite.py @@ -201,7 +201,7 @@ def setup(self): pass def time_mass_density(self): - mass_density(1 * u.m ** -3) + mass_density(1 * u.m ** -3,'p') def time_Alfven_speed(self):