-
Notifications
You must be signed in to change notification settings - Fork 19
Move hdf.object classes to their own plugin and fragment #598
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
Conversation
Signed-off-by: Baha El-Kassaby <baha.elkassaby@gmail.com>
*Make ReadThreadTest equivalent class for dawnsci.hdf5 *Move WriteThreadTest and ATTestBase back to hdf5 plugin Signed-off-by: Baha El-Kassaby <baha.elkassaby@gmail.com>
PeterC-DLS
left a comment
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.
Just one extraneous line
| private void prepareForTest(String file, int nthreads) throws Exception { | ||
| HDF5FileFactory.deleteFile(file); | ||
|
|
||
| HDF5FileFactory.acquireFile(file, true); |
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.
Delete this line
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.
Done. Can I merge?
|
could you change your review to a green check? :) |
|
@belkassaby: which repos does this affect? |
|
Need to synchronise with these:
|
|
Hi Pete,
|
|
Closing this for #604 |
Signed-off-by: Baha El-Kassaby baha.elkassaby@gmail.com