-
Notifications
You must be signed in to change notification settings - Fork 22
NMR and XRD block improvements #1119
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
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #1119 +/- ##
==========================================
+ Coverage 70.28% 71.30% +1.01%
==========================================
Files 63 63
Lines 4133 4144 +11
==========================================
+ Hits 2905 2955 +50
+ Misses 1228 1189 -39
🚀 New features to boost your workflow:
|
datalab
|
Project |
datalab
|
Branch Review |
ml-evs/use-tmp-for-rasx
|
Run status |
|
Run duration | 07m 19s |
Commit |
|
Committer | Matthew Evans |
View all properties for this run ↗︎ |
Test results | |
---|---|
|
0
|
|
0
|
|
0
|
|
0
|
|
477
|
View all changes introduced in this branch ↗︎ |
Probably one for @jdbocarsly and @be-smith to review when you get a moment |
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.
XRD works fine! Had a look at NMR and seems good but am less familiar with the code. Both plotted example data succesfully
e2d0edf
to
b7ff5eb
Compare
Made a couple of tweaks to testing since your reviews @be-smith and @BenjaminCharmes, will also wait for @jdbocarsly sign off anyway |
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.
Everything still works well!
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.
looks good, see comment on third column of the rasx format
…vert to original behaviour if block has no file
b7ff5eb
to
0568f3f
Compare
Main one being using a temp dir when extracting data, to avoid clogging up the server.
Also improve the NMR block plots and nest metadata under their own key (which the app will now try to use by default in the UI, falling back to the original).