-
Notifications
You must be signed in to change notification settings - Fork 1
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
151 integration of transmission plugin #155
base: main
Are you sure you want to change the base?
Conversation
Reviewer's Guide by SourceryThis pull request integrates the transmission plugin by renaming and redefining certain quantities and sub-sections within the Class diagram showing changes to transmission settings structureclassDiagram
class TransmissionSettings {
+monochromators
+light_sources
+detectors
+accessories
+monochromator_slit_width
+detector_gain
+detector_integration_time
}
note for TransmissionSettings "Renamed and new fields added"
class OldTransmissionSettings {
+monochromator
+lamp
+detector
+accessory
+extinction_coefficient
}
OldTransmissionSettings ..> TransmissionSettings : Refactored to
File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
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.
Hey @ka-sarthak - I've reviewed your changes and they look great!
Here's what I looked at during the review
- 🟢 General issues: all looks good
- 🟢 Security: all looks good
- 🟢 Testing: all looks good
- 🟢 Complexity: all looks good
- 🟢 Documentation: all looks good
Help me be more useful! Please click 👍 or 👎 on each comment and I'll use the feedback to improve your reviews.
2106282
to
b6c26b0
Compare
The following quantities and sub-sections will be renamed and newly defined:
transmission_settings.monochromator
>transmission_settings.monochromators
transmission_settings.lamp
>transmission_settings.light_sources
transmission_settings.detector
>transmission_settings.detectors
The following quantities and sub-sections will only be renamed:
transmission_settings.accessory
>transmission_settings.accessories
The following quantities and sub-sections will be added:
transmission_settings.monochromator_slit_width
transmission_settings.detector_gain
transmission_settings.detector_integration_time
The following quantities and sub-sections will be dropped:
results/0/extinction_coefficient
Summary by Sourcery
Integrate transmission plugin and update schema and test data.
New Features:
Tests: