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

Better Edge Tag Naming #102

Merged
merged 3 commits into from
Jul 13, 2023
Merged

Better Edge Tag Naming #102

merged 3 commits into from
Jul 13, 2023

Conversation

JoeyT1994
Copy link
Contributor

Quick PR to improve Edge tag naming and allow for longer tag names.

Should resolve Issue #78

@mtfishman
Copy link
Member

@JoeyT1994 some other improvements:

vertex_tag(v) = replace("$v", "," => "×", "(" => "", ")" => "")

on line 2 of indextags.jl and:

    is[v] = [siteind(sitetypes[v], vertex_tag(v); kwargs...)]

on line 15 of sitetype.jl.

@JoeyT1994
Copy link
Contributor Author

Sure added them!

src/indextags.jl Outdated Show resolved Hide resolved
@codecov-commenter
Copy link

codecov-commenter commented Jul 13, 2023

Codecov Report

Merging #102 (0304202) into main (a3b1573) will decrease coverage by 0.10%.
The diff coverage is 100.00%.

❗ Your organization is not using the GitHub App Integration. As a result you may experience degraded service beginning May 15th. Please install the Github App Integration for your organization. Read more.

@@            Coverage Diff             @@
##             main     #102      +/-   ##
==========================================
- Coverage   79.29%   79.20%   -0.10%     
==========================================
  Files          64       64              
  Lines        3512     3506       -6     
==========================================
- Hits         2785     2777       -8     
- Misses        727      729       +2     
Impacted Files Coverage Δ
src/indextags.jl 100.00% <100.00%> (ø)
src/sitetype.jl 85.71% <100.00%> (-14.29%) ⬇️

@JoeyT1994
Copy link
Contributor Author

Okay I have mode those changes and all seems to be passing now.

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.

3 participants