-
Notifications
You must be signed in to change notification settings - Fork 269
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
10 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
* Add possibility to directly pass the reference metadata to | ||
``Provenance.add_input_file``. | ||
* Remove the call to ``Provenace.add_input_file`` from the | ||
``EventSource`` base class. | ||
* Add the proper calls to ``Provenance.add_input_file`` in | ||
``HDF5EventSource`` (providing the metadata) and | ||
``SimTelEventSource`` (not providing metadata yet, but avoiding a warning) | ||
* Plugin implementations of ``EventSource`` should make sure they | ||
register their input files using ``Provenance.add_input_file``, preferably | ||
providing also the reference metadata. |