Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

blink1073
Copy link
Collaborator

From #81 discussion, addresses the following warning at startup:

    [Warning: Function isrow has the same name as a MATLAB builtin. We suggest you rename the function to avoid a potential name conflict.]
    [> In path at 110
    In addpath at 87
    In pymat_eval at 38
    In matlabserver at 27]

@@ -115,7 +115,9 @@ def _program_name(self):
raise NotImplemented

def _preamble_code(self):
return ["addpath(genpath('%s'))" % MATLAB_FOLDER]
return ["warning('off','all')",
"addpath(genpath('%s'))" % MATLAB_FOLDER,
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Would you mind adding a comment on this line, just so we remember what this is all about, as we read this code?

@blink1073
Copy link
Collaborator Author

Done!

arokem added a commit that referenced this pull request Oct 31, 2014
Turn off warnings in the preamble while loading the matlab folder
@arokem arokem merged commit e0b4fe2 into arokem:master Oct 31, 2014
@arokem
Copy link
Owner

arokem commented Oct 31, 2014

Thanks!

On Fri, Oct 31, 2014 at 11:45 AM, Steven Silvester <[email protected]

wrote:

Done!


Reply to this email directly or view it on GitHub
#93 (comment)
.

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.

2 participants