Skip to content
Snippets Groups Projects
  1. Aug 12, 2024
  2. Apr 09, 2024
  3. Mar 26, 2024
  4. Feb 08, 2024
  5. Feb 05, 2024
  6. Jan 23, 2024
  7. Jan 16, 2024
  8. Jan 15, 2024
  9. Dec 19, 2023
    • Lars Bilke's avatar
      [py] Import OpenGeoSys module properly. · b35c1436
      Lars Bilke authored
      Needs to be imported with:
      
      try:
          import ogs.callbacks as OpenGeoSys
      except ModuleNotFoundError:
          import OpenGeoSys
      
      `ogs.callbacks` is needed when imported via pip installed package.
      `import OpenGeoSys` else.
      b35c1436
  10. Dec 11, 2023
  11. Dec 07, 2023
  12. Dec 04, 2023
  13. Oct 13, 2023
  14. Sep 27, 2023
  15. Sep 19, 2023
  16. Sep 18, 2023
  17. Sep 14, 2023
  18. Sep 06, 2023
  19. Sep 05, 2023
  20. Sep 01, 2023
  21. Jul 21, 2023
  22. Jul 07, 2023
  23. Jun 20, 2023
  24. Jun 14, 2023
  25. Jun 06, 2023
  26. May 04, 2023
  27. Apr 14, 2023
  28. Apr 03, 2023
  29. Mar 08, 2023
  30. Feb 21, 2023
  31. Feb 13, 2023
Loading