Skip to content

Commit

Permalink
Raise memory overhead allowance in memory test
Browse files Browse the repository at this point in the history
because apparently numpy 1.13 can be a little more memory-intensive than others
  • Loading branch information
mwcraig committed Aug 18, 2018
1 parent aa89338 commit 4b2b2bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ccdproc/tests/test_memory_use.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ def test_memory_use_in_combine(combine_method):
# throughout the combination. The factor below allows for that.
# It may need to be raised in the future...that is fine, there is a
# separate test for average memory use.
overhead_allowance = 1.5
overhead_allowance = 1.75

# memory_profile reports in MB (no, this is not the correct conversion)
memory_limit_mb = memory_limit / 1e6
Expand Down

0 comments on commit 4b2b2bf

Please sign in to comment.