question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

CRON Build breaks

See original GitHub issue

The cron build of travis appears to break master (see) which actually does not (see the same commit). The thing is that in the cron build uses numpy 1.14.0.dev0+d607099 whereas the regular build uses numpy 1.13.1-py36h5bc529a_2. This makes doctests to break due to precission.

Expected:
    0.824...
Got:
    0.825

ping @lesteve

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:26 (26 by maintainers)

github_iconTop GitHub Comments

1reaction
lestevecommented, Nov 15, 2017

I have opened https://github.com/numpy/numpy/issues/10026 for the space issue with arrays of size 1.

1reaction
jnothmancommented, Nov 13, 2017

You can commit things directly to master, if you’re absolutely sure they won’t break things! (or if you’re sufficiently remorseful after breaking things 😛)

Read more comments on GitHub >

github_iconTop Results From Across the Web

Cron overview breaks when using crontab rules. - Drupal
The actual problem seems to arise from inside the $item->isBehindSchedule() and is caused by the resolving/calculation of the "next schedule" ...
Read more >
Cron job troubleshooting guide - Cronitor
The common reasons cron jobs fail · Schedule errors are easy to make · Cron has subtle environment differences · There is a...
Read more >
Cron Job: A Comprehensive Guide for Beginners 2023
For a webmaster, cron job is a powerful method to handle repetitive tasks. This article will cover the basic guidance of using cron...
Read more >
php - Cron is breaking after certain amount of time.[an error ...
The script is working fine on my local but the problem is when it run on bluehost server it is breaking after uncertain...
Read more >
Cron Jobs For Beginners | Linux Task Scheduling - YouTube
Cron is a classic utility found on Linux and UNIX systems for running tasks at pre-determined times or intervals. These tasks are referred ......
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found