[com1]: time dependent release: allow multiple release features#1267
[com1]: time dependent release: allow multiple release features#1267
Conversation
Analysis for project
|
| Tool | Category | Rule | Count | |
|---|---|---|---|---|
| black | Style | Incorrect formatting, autoformat by running qlty fmt. |
1 | ❌ |
@qltysh one-click actions:
- Auto-fix formatting (
qlty fmt && git push)
|
Coverage Impact This PR will not change total coverage. Modified Components (1)
Modified Files with Diff Coverage (1)
🤖 Increase coverage with AI coding...🚦 See full report on Qlty Cloud » 🛟 Help
|
| releaseLine["type"] = "time dependent Release" | ||
| timeDepRelValues, _ = gI.getTimeDepRelCsv(inputSimFiles["timeDepRelCsv"]) | ||
| releaseLine["thickness"] = [timeDepRelValues["thickness"][timeDepRelValues["timeStep"] == 0].item()] | ||
| releaseLine["thickness"] = [ |
There was a problem hiding this comment.
I think the next line should also be extended, right?
If more than one release feature is present, geoTrans.prepareArea will raise an IndexError at
line["thicknessSource"][i] for i > 0 because the list has only one element.

No description provided.