File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -591,7 +591,9 @@ class DataPoint(object):
591
591
Specific types of data point should inherit from this.
592
592
"""
593
593
def process_quantity (self , properties ):
594
- """Process the uncertainty information from a given quantity and return it
594
+ """
595
+ Process the units and uncertainty information from a given quantity
596
+ and return it as a units.Quantity object.
595
597
"""
596
598
quant = Q_ (properties [0 ])
597
599
if len (properties ) > 1 :
@@ -632,10 +634,10 @@ def process_quantity(self, properties):
632
634
633
635
634
636
class IgnitionDataPoint (DataPoint ):
635
- """Class for a single datapoint.
637
+ """Class for a single ignition delay datapoint.
636
638
637
- The `DataPoint ` class stores the information associated with a single data point in the dataset
638
- parsed from the `ChemKED` YAML input.
639
+ The `IgnitionDataPoint ` class stores the information associated with a single ignition data point
640
+ in the dataset parsed from the `ChemKED` YAML input.
639
641
640
642
Arguments:
641
643
properties (`dict`): Dictionary adhering to the ChemKED format for ``datapoints``
You can’t perform that action at this time.
0 commit comments