Skip to content

Commit

Permalink
Correct the Temperature Units in plotter.py (#27)
Browse files Browse the repository at this point in the history
* Correct temperature units in plotter.py
* Version bump
  • Loading branch information
ThomasGesseyJones authored Jan 17, 2024
1 parent bbe7934 commit a5fc97d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Introduction

:globalemu: Robust Global 21-cm Signal Emulation
:Author: Harry Thomas Jones Bevins
:Version: 1.8.1
:Version: 1.8.2
:Homepage: https://github.com/htjb/globalemu
:Documentation: https://globalemu.readthedocs.io/

Expand Down
2 changes: 1 addition & 1 deletion globalemu/plotter.py
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ def __init__(self, parameters, labels, loss_type,

if self.xHI is False:
for i in range(len(axes)):
axes[i].set_ylabel(r'$T_{21}$ [mk]')
axes[i].set_ylabel(r'$T_{21}$ [mK]')
else:
for i in range(len(axes)):
axes[i].set_ylabel(r'$x_{HI}$')
Expand Down

0 comments on commit a5fc97d

Please sign in to comment.