Make use of Model grid_list in PropertyCollection.set_support()
Open
optimise
- Dominant language
- Python
- Stars
- 67
- Forks
- 18
- Avg merge
- 2h 26m
- Merged PRs (30d)
- 1
Description
The property collection set_support method usually instantiates a resqpy object for the supporting representation. In the case of a grid this can be expensive in time and memory. The code could be optimised by making use of the shared grid list in the Model class.
Contributor guide
Assessment
This issue has not been assessed yet.