Spaces:
Sleeping
Sleeping
Commit ·
a17b9c6
1
Parent(s): cb0f36b
Comment update
Browse files
app.py
CHANGED
|
@@ -79,7 +79,6 @@ def dadi_main(log10nu, log10T, theta, mu, L, fname, state=None):
|
|
| 79 |
ax.set_ylabel('Number of Alleles')
|
| 80 |
ax.set_xticks(np.linspace(0, ns[0], 6, dtype='int'))
|
| 81 |
|
| 82 |
-
# Write YAML file. Use temporary directory to set meaningful filename.
|
| 83 |
yaml_fid = open('two_epoch.yaml', 'w+t')
|
| 84 |
yaml_fid.write(output_yaml.format(Tgen, nu))
|
| 85 |
yaml_fid.close()
|
|
|
|
| 79 |
ax.set_ylabel('Number of Alleles')
|
| 80 |
ax.set_xticks(np.linspace(0, ns[0], 6, dtype='int'))
|
| 81 |
|
|
|
|
| 82 |
yaml_fid = open('two_epoch.yaml', 'w+t')
|
| 83 |
yaml_fid.write(output_yaml.format(Tgen, nu))
|
| 84 |
yaml_fid.close()
|