We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0955df9 commit 32d8084Copy full SHA for 32d8084
1 file changed
activity_browser/bwutils/manager.py
@@ -183,7 +183,7 @@ def reformat_indices(self) -> np.ndarray:
183
https://presamples.readthedocs.io/en/latest/index.html"""
184
result = np.zeros(len(self.indices), dtype=object)
185
for i, idx in enumerate(self.indices):
186
- result[i] = (idx.input, idx.output, idx.input.database_type)
+ result[i] = (idx.input, idx.output, idx.flow_type)
187
return result
188
189
def arrays_from_scenarios(self, scenarios) -> (np.ndarray, np.ndarray):
0 commit comments