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

Rename composite primitives #130

Merged
merged 2 commits into from
Aug 24, 2023
Merged

Rename composite primitives #130

merged 2 commits into from
Aug 24, 2023

Conversation

adrhill
Copy link
Member

@adrhill adrhill commented Aug 24, 2023

  • rename *Rule to *Map (e.g. FirstLayerRule to FirstLayerMap)
  • rename *TypeRule to *TypeMap

Closes #120.

- rename `*Rule` to `*Map`
- rename `*TypeRule` to `*TypeMap`
@codecov
Copy link

codecov bot commented Aug 24, 2023

Codecov Report

Merging #130 (fe03323) into master (1998579) will not change coverage.
The diff coverage is 100.00%.

@@           Coverage Diff           @@
##           master     #130   +/-   ##
=======================================
  Coverage   92.59%   92.59%           
=======================================
  Files          18       18           
  Lines         648      648           
=======================================
  Hits          600      600           
  Misses         48       48           
Files Changed Coverage Δ
src/ExplainableAI.jl 100.00% <ø> (ø)
src/lrp/composite_presets.jl 100.00% <ø> (ø)
src/lrp/composite.jl 100.00% <100.00%> (ø)
src/lrp/show.jl 97.80% <100.00%> (ø)

@adrhill adrhill merged commit df8c898 into master Aug 24, 2023
7 checks passed
@adrhill adrhill deleted the ah/rename-comp branch August 24, 2023 12:49
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.

Rename composite primitives
1 participant