Skip to content

Commit

Permalink
Changed from 'm200' to 'm200b'
Browse files Browse the repository at this point in the history
  • Loading branch information
vcalderon2009 committed Feb 22, 2018
1 parent a13f47d commit f127869
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ MOCKS_CATL_DIR = $(DATA_DIR)/processed/*
CPU_FRAC = 0.75
REMOVE_FILES = "False"
COSMO_CHOICE="Planck"
HALOTYPE="m200"
HALOTYPE="m200b"

ifeq (,$(shell which conda))
HAS_CONDA=False
Expand Down
2 changes: 1 addition & 1 deletion src/data/mocks_create/eco_mocks_create.py
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ def get_parser():
dest='halotype',
help='Type of halo definition.',
type=str,
choices=['mvir','m200'],
choices=['mvir','m200b'],
default='mvir')
# Cosmology used for the project
parser.add_argument('-cosmo',
Expand Down
2 changes: 1 addition & 1 deletion src/data/mocks_create_main.py
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ def get_parser():
dest='halotype',
help='Type of halo definition.',
type=str,
choices=['mvir','m200'],
choices=['mvir','m200b'],
default='mvir')
# Cosmology used for the project
parser.add_argument('-cosmo',
Expand Down

0 comments on commit f127869

Please sign in to comment.