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

specify integer type to be compatible with 32-bit systems. #65

Merged
merged 3 commits into from
Jun 22, 2020

Conversation

amoodie
Copy link
Member

@amoodie amoodie commented Jun 21, 2020

Fixes #64

I think that the random seed issue was a 32-bit issue, rather than a Windows issue. However, after fixing that, windows build still failed, due to some path issues in the tests. Fixed those too.

@amoodie amoodie marked this pull request as ready for review June 21, 2020 20:04
@codecov-commenter
Copy link

codecov-commenter commented Jun 21, 2020

Codecov Report

Merging #65 into develop will not change coverage.
The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff            @@
##           develop      #65   +/-   ##
========================================
  Coverage    83.07%   83.07%           
========================================
  Files           11       11           
  Lines         1176     1176           
========================================
  Hits           977      977           
  Misses         199      199           
Impacted Files Coverage Δ
pyDeltaRCM/init_tools.py 94.93% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 55861d0...d29f2f4. Read the comment docs.

@amoodie amoodie added the bug Something isn't working label Jun 22, 2020
@amoodie
Copy link
Member Author

amoodie commented Jun 22, 2020

I'm just merging this because it's a simple bug fix. Hope y'all are cool with that.

@amoodie amoodie merged commit bda5d9e into DeltaRCM:develop Jun 22, 2020
@amoodie amoodie deleted the fix-seed_windows branch June 23, 2020 13:09
amoodie added a commit to amoodie/pyDeltaRCM that referenced this pull request Feb 25, 2021
specify integer type to be compatible with 32-bit systems.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Random seed setting broken on Windows
2 participants