Skip to content

Update np.loadtxt problem with non-character delimiters#30

Open
GersbachKa wants to merge 1 commit intonanograv:mainfrom
GersbachKa:master
Open

Update np.loadtxt problem with non-character delimiters#30
GersbachKa wants to merge 1 commit intonanograv:mainfrom
GersbachKa:master

Conversation

@GersbachKa
Copy link

Found a bug with loading in priors.txt where np.loadtxt() uses the argument delimiter='\t' which is no longer supported by numpy. Updated this to use np.genfromtxt() and use delimiter='\n' instead, as enterprise_extensions's setup_sampler() function outputs each prior on a new line

Found a bug with loading in priors.txt where np.loadtxt() uses the argument delimiter='\t' which is no longer supported by numpy. Updated this to use np.genfromtxt() and use delimiter='\n' instead, as enterprise_extensions's setup_sampler() function outputs each prior on a new line
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant