Initialize wells

This commit is contained in:
2022-02-27 15:54:47 -06:00
parent 5246cc4a0c
commit 40c743308b

View File

@@ -25,6 +25,7 @@ public class Plate {
this.cells = cells; this.cells = cells;
this.sourceFile = cellFilename; this.sourceFile = cellFilename;
this.size = numWells; this.size = numWells;
this.wells = new ArrayList<>();
this.error = dropoutRate; this.error = dropoutRate;
this.populations = populations; this.populations = populations;
this.exponential = exponential; this.exponential = exponential;