Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix pandas deprecation warning (#896)
Fixes ``` test/base/test_history.py: 229 warnings /home/runner/work/pyPESTO/pyPESTO/pypesto/objective/history.py:775: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead. self._trace = self._trace.append(row) ```
- Loading branch information