diff options
| author | Jim Mussared <jim.mussared@gmail.com> | 2023-10-21 17:40:27 +1100 |
|---|---|---|
| committer | Damien George <damien@micropython.org> | 2023-11-03 13:30:41 +1100 |
| commit | bbd8760bd9a2302e5abee29db279102bb11d7732 (patch) | |
| tree | 71fe5bb52b871add11343c8ccc298a56dbf24ea3 /tests/misc/rge_sm.py | |
| parent | 303ccca7c62bd48b9f6a519549caf0d0f3d2624e (diff) | |
all: Update Python formatting to ruff-format.
This updates a small number of files that change with ruff-format's (vs
black's) rules.
This work was funded through GitHub Sponsors.
Signed-off-by: Jim Mussared <jim.mussared@gmail.com>
Diffstat (limited to 'tests/misc/rge_sm.py')
| -rw-r--r-- | tests/misc/rge_sm.py | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/tests/misc/rge_sm.py b/tests/misc/rge_sm.py index 00b0a7a02..5e071687c 100644 --- a/tests/misc/rge_sm.py +++ b/tests/misc/rge_sm.py @@ -136,6 +136,4 @@ def singleTraj(system, trajStart, h=0.02, tend=1.0): # phaseDiagram(sysSM, (lambda i, j: [0.354, 0.654, 1.278, 0.8 + 0.2 * i, 0.1 + 0.1 * j]), (lambda a: (a[4], a[5])), h=0.1, tend=math.log(10**17)) # initial conditions at M_Z -singleTraj( - sysSM, [0.354, 0.654, 1.278, 0.983, 0.131], h=0.5, tend=math.log(10**17) -) # true values +singleTraj(sysSM, [0.354, 0.654, 1.278, 0.983, 0.131], h=0.5, tend=math.log(10**17)) # true values |
