Skip to content

Commit

Permalink
Correct typo leading to forced creation of QualityBandPrice files
Browse files Browse the repository at this point in the history
  • Loading branch information
adrian-carro committed Nov 16, 2020
1 parent e1a8625 commit 65d555f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/housing/Model.java
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ public static void main(String[] args) {
for (nSimulation = 1; nSimulation <= config.N_SIMS; nSimulation += 1) {

// For each simulation, open files for writing single-run results
recorder.openSingleRunFiles(nSimulation, true, config.derivedParams.N_QUALITIES);
recorder.openSingleRunFiles(nSimulation, config.recordQualityBandPrice, config.derivedParams.N_QUALITIES);
transactionRecorder.openSingleRunFiles(nSimulation, config.recordTransactions,
config.recordNBidUpFrequency);
microDataRecorder.openSingleRunSingleVariableFiles(nSimulation, config.recordHouseholdID,
Expand Down

0 comments on commit 65d555f

Please sign in to comment.