• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

AxFoundation / strax / 1846
81%
master: 89%

Build:
Build:
LAST BUILD BRANCH: v2.2.2
DEFAULT BRANCH: master
Ran 20 Nov 2020 11:50AM UTC
Jobs 1
Files 30
Run time 5s
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

pending completion
1846

push

travis-ci

web-flow
Fix error progressbar

Here is the traceback, no need to say more:
```python
---------------------------------------------------------------------------
ZeroDivisionError                         Traceback (most recent call last)
<ipython-input-11-27129e865a03> in <module>
      1 get_ipython().run_line_magic('matplotlib', 'notebook')
----> 2 OM.get_canvas(
      3     st,
      4     start_at_run= '10348', # This is the run I want to start from
      5     store_fig_at = './201121_daq_test',  # some path you want to store each figure

/mnt/d/Google_Drive/PhD-master/ubuntu-storage/ubuntu-windows/software/analysiscode/OnlineMonitor/online_monitor/online_monitor.py in get_canvas(st, run_id, time_sleep, store_fig_at, start_at_run, lone_hits_style)
    507         t_start = time.time()
    508 
--> 509         om, _run_id = get_run_and_data(st, run_id=run_id, timeout=time_sleep)
    510         if om is None:
    511             time.sleep(time_sleep)

/mnt/d/Google_Drive/PhD-master/ubuntu-storage/ubuntu-windows/software/analysiscode/OnlineMonitor/online_monitor/online_monitor.py in get_run_and_data(st, run_id, timeout)
    304         # Make the requested run
    305         _run_id = run_id
--> 306     om = get_data(st, _run_id)
    307     if om is None:
    308         print(f'Run {_run_id} starting. Waiting for data. Showing last '

/mnt/d/Google_Drive/PhD-master/ubuntu-storage/ubuntu-windows/software/analysiscode/OnlineMonitor/online_monitor/online_monitor.py in get_data(st, run_id)
    268             # We have some runs that may be fully finished, let's try to copy them
    269             online_monitor_to_frontend(st, run_id[:-1])
--> 270         om = st.get_array(run_id, 'online_monitor', allow_incomplete=True)
    271         return om
    272     except (strax.DataNotAvailable, ValueError):

/mnt/d/Google_Drive/PhD-master/ubuntu-storage/ubuntu-windows/software/strax_official/strax/context.py in get_array(self, r... (continued)

3132 of 4387 relevant lines covered (71.39%)

0.71 hits per line

Jobs
ID Job ID Ran Files Coverage
2 1846.2 (PYTHON=3.7 NUMBA_DISABLE_JIT=1) 20 Nov 2020 11:50AM UTC 0
71.39
Travis Job 1846.2
Source Files on build 1846
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #1846
  • dd143aa9 on github
  • Prev Build on jorana-patch-1 (#1757)
  • Next Build on jorana-patch-1 (#1939)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2025 Coveralls, Inc