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 for #143: Let the driver determine the dataset location if non given #301

Merged
merged 3 commits into from
May 2, 2024

Commits on Apr 30, 2024

  1. Removed the else statement from the open function. Based on the Googl…

    …e Simba driver documentation, the location is automatically handled based on where the dataset exists.
    Tylorjg committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    722ed0e View commit details
    Browse the repository at this point in the history

Commits on May 1, 2024

  1. Removed the location variable that wasn't used and refactored the if …

    …condition for the open function.
    Tylorjg committed May 1, 2024
    Configuration menu
    Copy the full SHA
    1a3abbd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cb66892 View commit details
    Browse the repository at this point in the history