Skip to content
Snippets Groups Projects
  1. Dec 10, 2024
  2. Dec 03, 2024
  3. Nov 06, 2024
  4. Oct 23, 2024
  5. Oct 08, 2024
  6. Oct 01, 2024
  7. Aug 12, 2024
  8. Apr 09, 2024
  9. Mar 26, 2024
  10. Feb 08, 2024
  11. Feb 05, 2024
  12. Jan 23, 2024
  13. Jan 16, 2024
  14. Jan 15, 2024
  15. 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
  16. Dec 11, 2023
  17. Dec 07, 2023
  18. Dec 04, 2023
  19. Oct 13, 2023
  20. Sep 27, 2023
  21. Sep 19, 2023
  22. Sep 18, 2023
  23. Sep 14, 2023
  24. Sep 06, 2023
  25. Sep 05, 2023
  26. Sep 01, 2023
  27. Jul 21, 2023
  28. Jul 07, 2023
  29. Jun 20, 2023
  30. Jun 14, 2023
  31. Jun 06, 2023
Loading