-
Notifications
You must be signed in to change notification settings - Fork 51
Fix: upgrade the mdstest.m MATLAB script to work with newer software #2990
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: alpha
Are you sure you want to change the base?
Conversation
|
The |
|
CORRECTION: Note that If Alternatively, if |
| % mdstest() % tests current bridge | ||
| % mdstest(0) % tests java bridge | ||
| % mdstest(1) % tests python bridge | ||
| % mdstest(1,1) % tests mdsthin bridge |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should this mdstest(1,1) comment line be deleted or retained?
Note that this MATLAB script tests connection to the Java and Python languages; it does not establish a bridge connection via mdsip to a remote MDSplus archive server.
|
Retest this please |
This fixes issue #2987.
Surprisingly, MATLAB does not return the same "class" type across all platforms. That caused the
mdstest.mscript to fail.After the script was upgraded, it now passes all three bridges (Java, Python, mdsthin) on the following platforms.