Skip to content

Commit 2bb7e55

Browse files
author
Frederic Perez
committed
Merge branch 'master' of smilei-github
2 parents 587c1e1 + d5bdd53 commit 2bb7e55

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

doc/Sphinx/index.rst

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,6 @@
77
.. image:: _static/smileiLogo.svg
88

99

10-
.. rst-class:: emphlink red
11-
12-
`❰ Registrations for the 3rd user & training workshop ❱ <https://indico.math.cnrs.fr/e/smilei3>`_
13-
14-
1510
**Smilei** is a Particle-In-Cell code for plasma simulation.
1611
Open-source, collaborative, user-friendly and designed for high performances on super-computers,
1712
it is applied to a wide range of physics studies: from relativistic laser-plasma

happi/_Utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,7 @@ def __init__(self, *args, **kwargs):
275275
def _getUnits(self, units):
276276
if self.UnitRegistry:
277277
u = self.ureg(units)
278-
try: u = u.units.format_babel()
278+
try: u = u.units.format_babel(locale="en")
279279
except Exception as e: u = ""
280280
return u
281281
else:

0 commit comments

Comments
 (0)