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

compiler: Fix issue 2194 #2212

Merged
merged 1 commit into from
Sep 30, 2023
Merged

Conversation

AndrewCheng827
Copy link
Contributor

No description provided.

@codecov
Copy link

codecov bot commented Sep 20, 2023

Codecov Report

Merging #2212 (c3abf22) into master (0f0ae38) will increase coverage by 0.00%.
The diff coverage is 96.42%.

@@           Coverage Diff           @@
##           master    #2212   +/-   ##
=======================================
  Coverage   87.10%   87.11%           
=======================================
  Files         228      228           
  Lines       40783    40810   +27     
  Branches     7465     7471    +6     
=======================================
+ Hits        35525    35551   +26     
  Misses       4653     4653           
- Partials      605      606    +1     
Files Coverage Δ
tests/test_operator.py 97.60% <100.00%> (+0.05%) ⬆️
devito/ir/support/basic.py 92.74% <80.00%> (-0.13%) ⬇️


# Writing (reading) over an entire dimension, reading (writing)
# from one point

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nitpicking, I wouldn't normally say it, but since this is your learning phase and since this might be the first of many PRs... :

  • Drop blank line;
  • Move the "For example ..." on the same line as "# from one point. For example:" (after the for example, it's ok to break line)

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

In doing this, please git rebase and squash

Copy link
Contributor

@FabioLuporini FabioLuporini left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks, GTG

@mloubout mloubout force-pushed the Andrew_fix_2194 branch 2 times, most recently from 27bf8bf to 1a11d18 Compare September 28, 2023 22:08
@mloubout mloubout merged commit a1e4d90 into devitocodes:master Sep 30, 2023
32 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Faulty Data Dependence Analysis
4 participants