ACCarnall / bagpipes

Bagpipes is a state of the art code for generating realistic model galaxy spectra and fitting these to spectroscopic and photometric observations. Users should install with pip, not by cloning the repository.
http://bagpipes.readthedocs.io
GNU General Public License v3.0
71 stars 37 forks source link

Fix syntax warnings #24

Closed larrybradley closed 1 year ago

larrybradley commented 1 year ago

Python 3.8+ now produces a SyntaxWarning for identity checks, i.e., is instead of == (https://docs.python.org/3.8/whatsnew/3.8.html#porting-to-python-3-8). This PR fixes those syntax issues.

ACCarnall commented 1 year ago

Thank you Larry!