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 filename kwargs #288

Merged
merged 1 commit into from
May 2, 2022
Merged

add filename kwargs #288

merged 1 commit into from
May 2, 2022

Conversation

PythonFZ
Copy link
Member

@PythonFZ PythonFZ commented May 2, 2022

Allows e.g. zn,outs(filename="custom_data") to store the outs of this specific option not in outs.json but in custom_data.json.

@codecov
Copy link

codecov bot commented May 2, 2022

Codecov Report

Merging #288 (2ceb7e7) into main (5bb55e5) will increase coverage by 0.02%.
The diff coverage is 100.00%.

@@            Coverage Diff             @@
##             main     #288      +/-   ##
==========================================
+ Coverage   71.27%   71.29%   +0.02%     
==========================================
  Files          27       27              
  Lines        1194     1195       +1     
  Branches      238      238              
==========================================
+ Hits          851      852       +1     
  Misses        317      317              
  Partials       26       26              
Flag Coverage Δ
unittests 71.29% <100.00%> (+0.02%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
zntrack/core/zntrackoption.py 85.50% <100.00%> (+0.21%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 5bb55e5...2ceb7e7. Read the comment docs.

@PythonFZ PythonFZ merged commit 4514ac1 into main May 2, 2022
@PythonFZ PythonFZ deleted the custom_filename branch May 2, 2022 11:26
@PythonFZ PythonFZ linked an issue May 2, 2022 that may be closed by this pull request
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.

Allow custom filename for zn.outs
1 participant