mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
Restore cwd after each unittest.
Restores the original cwd after each unittest in test_basic.py. Also simplifies add_test() in python/simulators/CMakeLists.txt such that the Bash script wrapper run-python-tests.sh is no longer needed to run the tests.
This commit is contained in:
@@ -25,7 +25,6 @@
|
||||
#include <opm/models/utils/propertysystem.hh>
|
||||
#include <pybind11/pybind11.h>
|
||||
#include <pybind11/numpy.h>
|
||||
#include <pybind11/embed.h>
|
||||
|
||||
namespace py = pybind11;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user