You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: pyoptsparse/pyOpt_history.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -221,7 +221,7 @@ def _processDB(self):
221
221
222
222
ifself.metadata["version"] !=__version__:
223
223
pyOptSparseWarning(
224
-
"The version of pyoptsparse used to generate the history file does not match the one being run right now. There may be compatibility issues."
224
+
f"The version of pyoptsparse used to generate the history file (v{self.metadata['version']}) does not match the one being run right now (v{__version__}). There may be compatibility issues."
0 commit comments