Skip to content
Snippets Groups Projects
Commit 9740d733 authored by Jameson Graef Rollins's avatar Jameson Graef Rollins
Browse files

Update noise labels to match old matgwinc names

This allows for direct comparison between py and mat gwinc.
parent 343ebd88
No related branches found
No related tags found
No related merge requests found
Pipeline #101421 passed
......@@ -6,7 +6,7 @@ class QuantumVacuum(nb.Noise):
"""
style = dict(
label='Quantum',
label='Quantum Vacuum',
color='#ad03de',
)
......@@ -32,7 +32,7 @@ class Newtonian(nb.Noise):
"""
style = dict(
label='Newtonian',
label='Newtonian Gravity',
color='#15b01a',
)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment