-
Notifications
You must be signed in to change notification settings - Fork 135
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ExternalXML in RAVEN Code Interface (#594)
* moved ExternalXML reader to xmlUtils * found common replacement strategy for both ElementTree and InputTree * RrR ExternalXML compatability and test * documentation * pylint file to open fix * reviewer comment
- Loading branch information
1 parent
2235c9b
commit b3fa3b9
Showing
11 changed files
with
221 additions
and
104 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
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
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
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
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
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
30 changes: 30 additions & 0 deletions
30
tests/framework/CodeInterfaceTests/raven_running_raven_internal_models/ext_dataobjects.xml
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,30 @@ | ||
<DataObjects> | ||
<PointSet name="inputHolder"> | ||
<Input>DeltaTimeScramToAux,DG1recoveryTime</Input> | ||
<Output>OutputPlaceHolder</Output> | ||
</PointSet> | ||
<PointSet inputTs="2" name="Pointset_from_database_for_rom_trainer"> | ||
<Input>DeltaTimeScramToAux,DG1recoveryTime</Input> | ||
<Output>CladTempThreshold</Output> | ||
</PointSet> | ||
<PointSet historyName="1" inputTs="2" name="data_for_sampling_empty_at_begin"> | ||
<Input>DeltaTimeScramToAux,DG1recoveryTime</Input> | ||
<Output>OutputPlaceHolder</Output> | ||
</PointSet> | ||
<PointSet historyName="1" inputTs="2" name="data_for_sampling_empty_at_begin_nd"> | ||
<Input>DeltaTimeScramToAux,DG1recoveryTime</Input> | ||
<Output>OutputPlaceHolder</Output> | ||
</PointSet> | ||
<PointSet inputTs="2" name="outputMontecarloRom"> | ||
<Input>DeltaTimeScramToAux,DG1recoveryTime</Input> | ||
<Output>CladTempThreshold</Output> | ||
</PointSet> | ||
<HistorySet name="outputMontecarloRomHS"> | ||
<Input>DeltaTimeScramToAux,DG1recoveryTime</Input> | ||
<Output>CladTempThreshold</Output> | ||
</HistorySet> | ||
<PointSet inputTs="2" name="outputMontecarloRomND"> | ||
<Input>DeltaTimeScramToAux,DG1recoveryTime</Input> | ||
<Output>CladTempThreshold</Output> | ||
</PointSet> | ||
</DataObjects> |
Oops, something went wrong.