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 recursion issue for __repr__ #563

Merged
merged 1 commit into from
Apr 4, 2023

Conversation

PythonFZ
Copy link
Member

@PythonFZ PythonFZ commented Apr 4, 2023

No description provided.

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

codecov bot commented Apr 4, 2023

Codecov Report

Merging #563 (b7f5a7e) into main (53b918f) will increase coverage by 0.02%.
The diff coverage is 100.00%.

@@            Coverage Diff             @@
##             main     #563      +/-   ##
==========================================
+ Coverage   90.30%   90.32%   +0.02%     
==========================================
  Files          20       20              
  Lines        1299     1302       +3     
  Branches      473      473              
==========================================
+ Hits         1173     1176       +3     
  Misses        125      125              
  Partials        1        1              
Flag Coverage Δ
fulltest 88.55% <100.00%> (+0.02%) ⬆️

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

Impacted Files Coverage Δ
zntrack/core/node.py 97.10% <100.00%> (+0.05%) ⬆️

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

@PythonFZ PythonFZ merged commit f069ddb into main Apr 4, 2023
9 checks passed
@PythonFZ PythonFZ deleted the 552-allow-print-inside-the-digraph branch April 4, 2023 16:11
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 print inside the DiGraph
1 participant