Added super() calls in ELN base sections
Merged
requested to merge 1000-include-super-calls-in-normalizers-in-solar-cell-base-classes into develop
Compare changes
@@ -246,7 +246,7 @@ class SampleID(ArchiveSection):
@@ -246,7 +246,7 @@ class SampleID(ArchiveSection):
@@ -317,6 +317,7 @@ class PublicationReference(ArchiveSection):
@@ -317,6 +317,7 @@ class PublicationReference(ArchiveSection):
@@ -386,6 +387,7 @@ class SolarCellDefinition(ArchiveSection):
@@ -386,6 +387,7 @@ class SolarCellDefinition(ArchiveSection):
suggestions=['Unknown', 'Pn-Heterojunction', 'Front contacted', 'Back contacted', 'pin', 'nip', 'Schottky'])))
@@ -445,6 +447,7 @@ class SolarCellLayer(ArchiveSection):
@@ -445,6 +447,7 @@ class SolarCellLayer(ArchiveSection):
@@ -471,7 +474,7 @@ class SolarCellBaseSectionWithOptoelectronicProperties(ArchiveSection):
@@ -471,7 +474,7 @@ class SolarCellBaseSectionWithOptoelectronicProperties(ArchiveSection):
@@ -638,6 +641,7 @@ class SolarCellJV(ArchiveSection):
@@ -638,6 +641,7 @@ class SolarCellJV(ArchiveSection):
@@ -699,7 +703,7 @@ class SolarCellJVCurve(SolarCellJV):
@@ -699,7 +703,7 @@ class SolarCellJVCurve(SolarCellJV):
self.open_circuit_voltage, self.short_circuit_current_density, self.fill_factor, self.efficiency = self.cell_params()