equinor / fmu-tools

fmu-tools is a library containing tools for pre- and post-processing in a Fast Model Update (FMU) context
https://equinor.github.io/fmu-tools/
GNU Lesser General Public License v3.0
10 stars 14 forks source link

fmudesign: writing deisgn matrix with xlsxwriter.save() gives FutureWarning #181

Closed tralsos closed 1 year ago

tralsos commented 1 year ago

/prog/res/komodo/2023.03.01-py38-rhel7/root/lib/python3.8/site-packages/fmu/tools/sensitivities/create_design.py:200: FutureWarning: save is not part of the public API, usage can give unexpected results and will be removed in a future version xlsxwriter.save()

tralsos commented 1 year ago

Replace this with xlsxwriter.close()