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

Wrap as_built function #1994

Merged
merged 4 commits into from
Jul 5, 2024
Merged

Conversation

kounelisagis
Copy link
Member

  • Wraps as_built function.
  • Adds test
  • Fixes disable_stats typo

The function was implemented with an optional argument as_string=False.
This is because it is easier for the user to use a dictionary structure rather than a string. When the argument is set to True, the function returns output identical to the C API.

tiledb/highlevel.py Outdated Show resolved Hide resolved
@kounelisagis
Copy link
Member Author

@ihnorton FYI I checked what json.loads() returns and it's a <class 'dict'> as intended.

@kounelisagis kounelisagis merged commit f0942d9 into dev Jul 5, 2024
34 checks passed
@kounelisagis kounelisagis deleted the agis/sc-49727/wrap-as-built-function branch July 5, 2024 12:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants