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

Moving import of visualization library inside of function #181

Open
wants to merge 24 commits into
base: main
Choose a base branch
from

Commits on May 3, 2024

  1. When using welleng.survey on a virtual linux machine additional insta…

    …lls of linux packages are required.
    senickel committed May 3, 2024
    Configuration menu
    Copy the full SHA
    e1711d8 View commit details
    Browse the repository at this point in the history
  2. make it installable

    senickel committed May 3, 2024
    Configuration menu
    Copy the full SHA
    825aecc View commit details
    Browse the repository at this point in the history
  3. build file

    senickel committed May 3, 2024
    Configuration menu
    Copy the full SHA
    0e1eec1 View commit details
    Browse the repository at this point in the history
  4. Revert "build file"

    This reverts commit 0e1eec1.
    senickel committed May 3, 2024
    Configuration menu
    Copy the full SHA
    16523f4 View commit details
    Browse the repository at this point in the history
  5. Revert "make it installable"

    This reverts commit 825aecc.
    senickel committed May 3, 2024
    Configuration menu
    Copy the full SHA
    66b1022 View commit details
    Browse the repository at this point in the history

Commits on May 6, 2024

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

Commits on May 7, 2024

  1. Merge pull request #1 from t60digital/senickel/move-visualization-imp…

    …ort-inside-of-function
    
    do the same fix for another module
    senickel committed May 7, 2024
    Configuration menu
    Copy the full SHA
    787d6de View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6ada596 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3ee01a4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5584cc8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e6a15cf View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6976046 View commit details
    Browse the repository at this point in the history
  7. raise random NameError

    nicolaphee committed May 7, 2024
    Configuration menu
    Copy the full SHA
    00af920 View commit details
    Browse the repository at this point in the history
  8. move random NameError

    nicolaphee committed May 7, 2024
    Configuration menu
    Copy the full SHA
    f56c17a View commit details
    Browse the repository at this point in the history
  9. move random NameError at the end of the script to verify for good tha…

    …t the problem is elsewere
    nicolaphee committed May 7, 2024
    Configuration menu
    Copy the full SHA
    32f5a8d View commit details
    Browse the repository at this point in the history

Commits on May 14, 2024

  1. Revert "raise ImportError in init of alternative CubeAxes"

    This reverts commit 6976046.
    nicolaphee committed May 14, 2024
    Configuration menu
    Copy the full SHA
    3c26bf0 View commit details
    Browse the repository at this point in the history

Commits on May 27, 2024

  1. Configuration menu
    Copy the full SHA
    45497dc View commit details
    Browse the repository at this point in the history
  2. bump bugfix version

    senickel committed May 27, 2024
    Configuration menu
    Copy the full SHA
    d75da52 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    64d16cb View commit details
    Browse the repository at this point in the history
  4. check for PLOTLY variable

    senickel committed May 27, 2024
    Configuration menu
    Copy the full SHA
    6b99e6f View commit details
    Browse the repository at this point in the history
  5. check for PLOTLY variable

    senickel committed May 27, 2024
    Configuration menu
    Copy the full SHA
    ca980fa View commit details
    Browse the repository at this point in the history
  6. Merge branch 'senickel/move-visualization-import-inside-of-function' …

    …of github.com:t60digital/welleng into senickel/move-visualization-import-inside-of-function
    senickel committed May 27, 2024
    Configuration menu
    Copy the full SHA
    121d533 View commit details
    Browse the repository at this point in the history
  7. remove comment

    senickel committed May 27, 2024
    Configuration menu
    Copy the full SHA
    ef8fc77 View commit details
    Browse the repository at this point in the history
  8. raise import error for vtk or vedo

    If the library is not installed other parts of the module should be executeable. However, when a user tries to execute part of the module that depends on the specific library and it is not installed, an ImportError is raised.
    senickel committed May 27, 2024
    Configuration menu
    Copy the full SHA
    cf68829 View commit details
    Browse the repository at this point in the history