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 8b047e6 commit a7583ceCopy full SHA for a7583ce
src/gh/components/DF_csv_exporter/code.py
@@ -107,8 +107,7 @@ def _prepare_row(self,
107
"mean": mean
108
}
109
110
- # FIXME: find a good design system
111
- # Add extra geometric info based on analysis type
+ # Add extra geometric info based on analysis type here:
112
if i_result.analysis_type == "beam":
113
row.update({
114
"beam_length": i_result.assembly.beams[idx].length
0 commit comments