tricc-oo 1.5.3__py3-none-any.whl → 1.5.5__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1837,10 +1837,10 @@ def get_prev_node_expression( node, processed_nodes, is_calculate=False, exclude
1837
1837
  is_calculate=is_calculate,
1838
1838
  is_prev=True,
1839
1839
  process=process)
1840
- if not isinstance(node, TriccNodeActivity):
1841
- add_sub_expression(expression_inputs, sub )
1842
- else:
1840
+ if isinstance(node, TriccNodeActivity) or is_calculate:
1843
1841
  add_sub_expression(act_expression_inputs, sub )
1842
+ else:
1843
+ add_sub_expression(expression_inputs, sub )
1844
1844
 
1845
1845
  if act_expression_inputs:
1846
1846
  act_sub = or_join(act_expression_inputs)
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: tricc-oo
3
- Version: 1.5.3
3
+ Version: 1.5.5
4
4
  Summary: Python library that converts CDSS L2 in L3
5
5
  Project-URL: Homepage, https://github.com/SwissTPH/tricc
6
6
  Project-URL: Issues, https://github.com/SwissTPH/tricc/issues
@@ -37,10 +37,10 @@ tricc_oo/strategies/output/xlsform_cdss.py,sha256=8oLlgS1Hr6IVvI0O71kIk5oIKXbt2l
37
37
  tricc_oo/strategies/output/xlsform_cht.py,sha256=QcWcmXqIoaQWqLU2cILqnU7ybKYBs2Xd6cUL0gSr3gw,20148
38
38
  tricc_oo/strategies/output/xlsform_cht_hf.py,sha256=0D_H68a2S7oLKJENEePaRGIocrRIF45BofHlLOtGsKo,2206
39
39
  tricc_oo/visitors/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
40
- tricc_oo/visitors/tricc.py,sha256=qwbjhgjUZsfNuGPscNBNVxSMl6JEci1H-2eqjFI6CH8,99105
40
+ tricc_oo/visitors/tricc.py,sha256=_4R6pi9Z3oShdlrQBpI7LYlHgnTwWnK9T0yJTFNW4W4,99118
41
41
  tricc_oo/visitors/utils.py,sha256=Gol4JNozPEd30Q1l8IPIPhx5fqVyy9R81GofGVebgD8,484
42
42
  tricc_oo/visitors/xform_pd.py,sha256=jgjBLbfElVdi0NmClhw6NK6qNcIgWYm4KMXfVwiQwXM,9705
43
- tricc_oo-1.5.3.dist-info/METADATA,sha256=1Mc29DAWwOaE6eZctpKEE0kwdPDFmUndPrF6BnsIgLg,7877
44
- tricc_oo-1.5.3.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
45
- tricc_oo-1.5.3.dist-info/top_level.txt,sha256=NvbfMNAiy9m4b1unBsqpeOQWh4IgA1Xa33BtKA4abxk,15
46
- tricc_oo-1.5.3.dist-info/RECORD,,
43
+ tricc_oo-1.5.5.dist-info/METADATA,sha256=qtHRZFxeBIq7BwiVETPJnWuHMuXm0El1TFla6X0sFe8,7877
44
+ tricc_oo-1.5.5.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
45
+ tricc_oo-1.5.5.dist-info/top_level.txt,sha256=NvbfMNAiy9m4b1unBsqpeOQWh4IgA1Xa33BtKA4abxk,15
46
+ tricc_oo-1.5.5.dist-info/RECORD,,