We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b09bf1 commit 593ab6bCopy full SHA for 593ab6b
pina/collector.py
@@ -60,7 +60,7 @@ def full(self, value):
60
@property
61
def data_collections(self):
62
"""
63
- Return the data collections (dictionary where data is stored).
+ Return the data collections (dictionary where data is stored).
64
65
:return: The data collections where the data is stored.
66
:rtype: dict
@@ -116,7 +116,7 @@ def store_fixed_data(self):
116
def store_sample_domains(self):
117
118
Store inside data collections the sampled data of the problem. These
119
- comes from the conditions that require sampling (e.g.
+ comes from the conditions that require sampling (e.g.
120
DomainEquationCondition).
121
122
0 commit comments