Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
bilby
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
lscsoft
bilby
Commits
67c21364
There was a problem fetching the pipeline summary.
Commit
67c21364
authored
6 years ago
by
Colm Talbot
Browse files
Options
Downloads
Patches
Plain Diff
fix typos in spin prior labels
parent
261adead
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Pipeline
#
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
peyote/prior.py
+8
-8
8 additions, 8 deletions
peyote/prior.py
with
8 additions
and
8 deletions
peyote/prior.py
+
8
−
8
View file @
67c21364
...
...
@@ -60,17 +60,17 @@ class Prior(object):
return
'
$\mathcal{M}$
'
elif
self
.
name
==
'
q
'
:
return
'
$q$
'
elif
self
.
name
==
'
a1
'
:
elif
self
.
name
==
'
a
_
1
'
:
return
'
$a_1$
'
elif
self
.
name
==
'
a2
'
:
elif
self
.
name
==
'
a
_
2
'
:
return
'
$a_2$
'
elif
self
.
name
==
'
tilt1
'
:
return
'
$
\\
t
ext{tilt}
_1$
'
elif
self
.
name
==
'
tilt2
'
:
return
'
$
\\
t
ext{tilt}
_2$
'
elif
self
.
name
==
'
phi1
'
:
elif
self
.
name
==
'
tilt
_
1
'
:
return
'
$
\\
t
heta
_1$
'
elif
self
.
name
==
'
tilt
_
2
'
:
return
'
$
\\
t
heta
_2$
'
elif
self
.
name
==
'
phi
_
1
'
:
return
'
$\phi_1$
'
elif
self
.
name
==
'
phi2
'
:
elif
self
.
name
==
'
phi
_
2
'
:
return
'
$\phi_2$
'
elif
self
.
name
==
'
luminosity_distance
'
:
return
'
$d_L$
'
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment