Skip to content

Commit

Permalink
Small fix for the mass_density error during the benchmarks (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
diego7319 authored and StanczakDominik committed Nov 18, 2019
1 parent 0d59192 commit 714fc1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion benchmarks/benchmark_PhysicsSuite.py
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down

0 comments on commit 714fc1d

Please sign in to comment.