Skip to content

Commit

Permalink
Fix typo in input. (#1913)
Browse files Browse the repository at this point in the history
* Fix typo in input.

* Speeding up test because it was failing in windows.

* Adding needed prerequisite.

* Removing commented out line.
  • Loading branch information
joshua-cogliati-inl authored Jul 28, 2022
1 parent d059836 commit f8287ae
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
</TestInfo>

<RunInfo>
<WorkingDir>MaxwoReplacementCOnstrained</WorkingDir>
<WorkingDir>MaxwoReplacementConstrained</WorkingDir>
<Sequence>optimize,print</Sequence><!--Fill this in-->
<batchSize>1</batchSize>
</RunInfo>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" ?>
<Simulation verbosity="debug" profile="jobs">
<Simulation verbosity="quiet">
<TestInfo>
<name>doc/workshop/optimizer/GeneticAlgorithms/inputs.GA_MaxContinuousHRangeConstrained</name>
<author>Mohammad Abdo (@Jimmy-INL)</author>
Expand All @@ -21,7 +21,6 @@
<Optimizer class="Optimizers" type="GeneticAlgorithm">GAopt</Optimizer>
<SolutionExport class="DataObjects" type="PointSet">opt_export</SolutionExport>
<Output class="DataObjects" type="PointSet">optOut</Output>
<Output class="OutStreams" type="Print">opt_export</Output>
</MultiRun>
<IOStep name="print">
<Input class="DataObjects" type="PointSet">opt_export</Input>
Expand Down
1 change: 1 addition & 0 deletions doc/workshop/reducedOrderModeling/inputs/examples/tests
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
type = 'RavenFramework'
input = '4b_load_and_sample_pretrained_rom.xml'
output = 'r4_b/plotROM_scatter.png r4_b/romOut.csv'
prereq = pickle
[../]
[./romWF]
type = 'RavenFramework'
Expand Down

0 comments on commit f8287ae

Please sign in to comment.