Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix/pyAction: Separate classes for python bindings and opm embedded #4017

Commits on Apr 26, 2024

  1. Configuration menu
    Copy the full SHA
    7306166 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    092aaa1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0f54822 View commit details
    Browse the repository at this point in the history
  4. Use a shared pointer for the OpmLog python class

    Reason: There is only one OpmLog per simulation.
    lisajulia committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    6f1a00d View commit details
    Browse the repository at this point in the history
  5. Fix typo in connection.cpp

    lisajulia committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    2a547e1 View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2024

  1. Create the opm_embedded from the same shared library that is used to …

    …create opm.common.*
    
    Now, there are two modules created
     - opmcommon_python
     - opm_embedded, as embedded Python module, needed for PYACTION and PYINPUT
    lisajulia committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    b1a39fc View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2024

  1. Configuration menu
    Copy the full SHA
    d2f45c5 View commit details
    Browse the repository at this point in the history