Skip to content

Commit

Permalink
Merge branch 'master' of smilei-github
Browse files Browse the repository at this point in the history
  • Loading branch information
Frederic Perez committed Mar 11, 2022
2 parents 587c1e1 + d5bdd53 commit 2bb7e55
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
5 changes: 0 additions & 5 deletions doc/Sphinx/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,6 @@
.. image:: _static/smileiLogo.svg


.. rst-class:: emphlink red

`❰ Registrations for the 3rd user & training workshop ❱ <https://indico.math.cnrs.fr/e/smilei3>`_


**Smilei** is a Particle-In-Cell code for plasma simulation.
Open-source, collaborative, user-friendly and designed for high performances on super-computers,
it is applied to a wide range of physics studies: from relativistic laser-plasma
Expand Down
2 changes: 1 addition & 1 deletion happi/_Utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@ def __init__(self, *args, **kwargs):
def _getUnits(self, units):
if self.UnitRegistry:
u = self.ureg(units)
try: u = u.units.format_babel()
try: u = u.units.format_babel(locale="en")
except Exception as e: u = ""
return u
else:
Expand Down

0 comments on commit 2bb7e55

Please sign in to comment.