Skip to content

Commit

Permalink
Include fi_comm, as well
Browse files Browse the repository at this point in the history
  • Loading branch information
olejandro committed Feb 4, 2025
1 parent 9e7c1c6 commit 033dbb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xl2times/transforms.py
Original file line number Diff line number Diff line change
Expand Up @@ -864,7 +864,7 @@ def fill_in_column_defaults_table(table: EmbeddedXlTable):
# Region dimension is not supported in subres in fi_t and fi_process tables
if (
module_type == "subres"
and tag in {Tag.fi_t, Tag.fi_process}
and tag in {Tag.fi_t, Tag.fi_process, Tag.fi_comm}
and any(~isna)
):
logger.warning(
Expand Down

0 comments on commit 033dbb6

Please sign in to comment.