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

open graph directly #688

Merged
merged 3 commits into from
Aug 8, 2023
Merged

open graph directly #688

merged 3 commits into from
Aug 8, 2023

Conversation

PythonFZ
Copy link
Member

@PythonFZ PythonFZ commented Aug 8, 2023

Can now do:

project = zntrack.Project(automatic_node_names=True)

with project.group("AL0") as al_0:
    node_1 = zntrack.examples.ParamsToOuts(params="Lorem Ipsum")

@PythonFZ PythonFZ linked an issue Aug 8, 2023 that may be closed by this pull request
@codecov
Copy link

codecov bot commented Aug 8, 2023

Codecov Report

Merging #688 (19b8d71) into main (0fcd7a6) will increase coverage by 0.05%.
The diff coverage is 100.00%.

@@            Coverage Diff             @@
##             main     #688      +/-   ##
==========================================
+ Coverage   90.13%   90.19%   +0.05%     
==========================================
  Files          21       21              
  Lines        1653     1662       +9     
  Branches      664      670       +6     
==========================================
+ Hits         1490     1499       +9     
  Misses        163      163              
Flag Coverage Δ
fulltest 90.19% <100.00%> (+0.05%) ⬆️

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

Files Changed Coverage Δ
zntrack/project/zntrack_project.py 91.25% <100.00%> (+0.30%) ⬆️

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@PythonFZ PythonFZ merged commit 5942a11 into main Aug 8, 2023
12 checks passed
@PythonFZ PythonFZ deleted the 687-with-projectgroup branch August 8, 2023 14:30
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.

with project.group()
1 participant