aboutsummaryrefslogtreecommitdiffstats
path: root/mc_texture.py
diff options
context:
space:
mode:
authorshivesh <s.p.mandalia@qmul.ac.uk>2019-04-30 18:18:13 +0100
committershivesh <s.p.mandalia@qmul.ac.uk>2019-04-30 18:18:13 +0100
commit6ea8ab99183811393b02ff3014fac8f7cc6b6c2b (patch)
tree1a0f0877388576166785449431c7dfc2c0d16a47 /mc_texture.py
parentd610bc9b7ffcb493dd10571dbfb3016ebad7387c (diff)
downloadGolemFlavor-6ea8ab99183811393b02ff3014fac8f7cc6b6c2b.tar.gz
GolemFlavor-6ea8ab99183811393b02ff3014fac8f7cc6b6c2b.zip
make mc_x script
Diffstat (limited to 'mc_texture.py')
-rwxr-xr-xmc_texture.py13
1 files changed, 0 insertions, 13 deletions
diff --git a/mc_texture.py b/mc_texture.py
index 5114e94..b61855e 100755
--- a/mc_texture.py
+++ b/mc_texture.py
@@ -145,19 +145,6 @@ def gen_identifier(args):
return f
-def gen_figtext(args):
- """Generate the figure text."""
- t = r'$'
- t += r'{\rm Source\:flavour\:ratio}'+r'\:=\:({0})'.format(
- misc_utils.solve_ratio(args.source_ratio).replace('_', ':')
- )
- t += '$\n' + r'${\rm Texture}'+r' = {0}'.format(
- misc_utils.str_enum(args.texture)
- )
- t += '$\n' + r'${\rm Dimension}'+r' = {0}$'.format(args.dimension)
- return t
-
-
def triangle_llh(theta, args, llh_paramset):
"""Log likelihood function for a given theta."""
if len(theta) != len(llh_paramset):