Skip to content

Commit

Permalink
Update __init__.py
Browse files Browse the repository at this point in the history
  • Loading branch information
kpolsen authored Jan 14, 2020
1 parent ee559be commit 6f78262
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sigame/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@

# Remember to select and edit a parameter file:
z = input('At which redshift? (default: 0)')
# if z == '': z = '0' # for code dodumentation
if z == '': z = '0' # for code dodumentation
if re.match("^\d+$",z) != None: z = 'z'+z # if z is a number, then add 'z' as a description
params_file = 'parameters_'+z+'.txt'

Expand Down Expand Up @@ -89,4 +89,4 @@
# Check that modules are of the right version
# aux.check_version(np,[1,12,0])

print('\nReady to continue!\n')
print('\nReady to continue!\n')

0 comments on commit 6f78262

Please sign in to comment.