-
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 Operators for DPF 241 on master #1014
Conversation
to true, the complement of the | ||
filtered fields container is returned | ||
on output pin 1. | ||
The default is false. if set to true, the |
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 be If set to true
@@ -11,16 +11,17 @@ | |||
|
|||
|
|||
class serialize_to_hdf5(Operator): | |||
"""Serialize the inputs in an hdf5 format. | |||
"""This operator is deprecated: use 'hdf5::h5dpf::make_result_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.
Not the right naming for Python
Either a vector of generic data containers | ||
(sharing the same data types) or | ||
generic data containers from pin 0 to | ||
... to merge. supported types rely on |
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.
Supported
Either a vector of generic data containers | ||
(sharing the same data types) or | ||
generic data containers from pin 0 to | ||
... to merge. supported types rely on |
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.
Supported
any1 : Any | ||
Either a vector of objects (sharing the same | ||
data types) or objects from pin 0 to | ||
... to merge. supported types rely on |
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.
Supported
any2 : Any | ||
Either a vector of objects (sharing the same | ||
data types) or objects from pin 0 to | ||
... to merge. supported types rely on |
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.
Supported
Codecov Report
@@ Coverage Diff @@
## master #1014 +/- ##
==========================================
- Coverage 88.69% 85.55% -3.15%
==========================================
Files 76 76
Lines 8623 8623
==========================================
- Hits 7648 7377 -271
- Misses 975 1246 +271 |
b7e859f
to
8601cad
Compare
8601cad
to
fa3fa51
Compare
An update of operators has been triggered either manually or by an update in the dpf-standalone repository.