-
Notifications
You must be signed in to change notification settings - Fork 25
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
Update generated code for DPF 252_daily on master #1947
base: master
Are you sure you want to change the base?
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #1947 +/- ##
=======================================
Coverage 88.41% 88.42%
=======================================
Files 89 89
Lines 10251 10251
=======================================
+ Hits 9063 9064 +1
+ Misses 1188 1187 -1 |
b209d7b
to
3271482
Compare
dea87f6
to
28d3986
Compare
34cc5ba
to
dd2e5fc
Compare
@@ -1,7 +1,6 @@ | |||
from .acceleration import acceleration | |||
from .acceleration_X import acceleration_X | |||
from .acceleration_Y import acceleration_Y | |||
from .acceleration_Z import acceleration_Z |
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.
For some reason the update erases the acceleration_Z operator file
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.
For some reason the acceleration_z.py
file is considered as renamed to magnetic_vector_potential.py
!
dd2e5fc
to
b39d9c1
Compare
@@ -1,5 +1,5 @@ | |||
""" | |||
acceleration_Z |
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.
Why is the acceleration_z
operator considered as renamed to magnetic_vector_potential.py
?
@@ -126,8 +126,8 @@ def __init__( | |||
server=None, | |||
): | |||
super().__init__(name="AZ", config=config, server=server) |
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.
Is the magnetic_vector_potential
operator named AZ
internally by any chance?
@ricardopeixotocoelho
@oparreno
b39d9c1
to
4caa1d9
Compare
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.
Rename magnetic_vector_potential
to something other than AZ
.
An update of generated code has been triggered either manually or by an update in the dpf-standalone repository.