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

Add verbose flag to CLI and Python API #32

Merged
merged 11 commits into from
Mar 24, 2023
Merged

Add verbose flag to CLI and Python API #32

merged 11 commits into from
Mar 24, 2023

Conversation

janosh
Copy link
Owner

@janosh janosh commented Mar 24, 2023

30f2595 update pre-commit hooks
59262ee ruff ignore PLW2901
e762c5b change lax_steps and lax_runs exception type from AssertionError to ValueError
52c45a6 add CLI flag --verbose and verbose: bool = False kwarg to read/write and reduce functions
615ca69 parametrize verbose kwarg in test_load_tb_events_strict(), test_reduce_events(), test_write_tb_events(), test_write_data_file()
cf1a98c pyproject.toml fix tool.setuptools.packages.find include/exclude
ba95414 remove needless dict.keys()

janosh added 11 commits March 24, 2023 09:57
…e_events(), test_write_tb_events(), test_write_data_file()
…do too

df.to_excel('out.xls') emits FutureWarning: As the xlwt package is no longer maintained, the xlwt engine will be removed in a future version of pandas. This is the only engine in pandas that supports writing in the xls format. Install openpyxl and write to an xlsx file instead. You can set the option io.excel.xls.writer to 'xlwt' to silence this warning. While this option is deprecated and will also raise a warning, it can be globally set and the warning suppressed.
@janosh janosh merged commit bc66f27 into main Mar 24, 2023
@janosh janosh deleted the verbose-flag branch March 24, 2023 17:38
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.

1 participant