Update add_map_properties_to_start_of_grid_file to use the NexusFile architecture to do the updating
Open
enhancement
Nexus
- Dominant language
- Python
- Stars
- 23
- Forks
- 8
- Avg merge
- 16d 4h
- Merged PRs (30d)
- 1
Description
**Is your feature request related to a problem? Please describe.**
Currently the add_map_properties_to_start_of_grid_file method directly overwrites the file which goes against the principles of -> modify in memory -> then user calls update simulator or write case to overwrite the file or write out a new case file.
**Describe the solution you'd like**
Use the modify NexusFile function calls like the constraints.modify style calls use.
Contributor guide
Assessment
This issue has not been assessed yet.