tests #494
test.yaml
on: schedule
Annotations
3 errors and 1 warning
|
unit:test-314:macos-latest
Process completed with exit code 1.
|
|
unit:test-314:macos-latest:
examples/Overview.ipynb#L1
examples/Overview.ipynb::Cell 41
Notebook cell execution failed
Cell 41: Cell execution caused an exception
Input:
%%timeit
len(sjoin(cities_large_ddf, world_df))
Traceback:
---------------------------------------------------------------------------
KilledWorker Traceback (most recent call last)
Cell In[1], line 1
----> 1 get_ipython().run_cell_magic('timeit', '', 'len(sjoin(cities_large_ddf, world_df))\n')
File ~/work/spatialpandas/spatialpandas/.pixi/envs/test-314/lib/python3.14/site-packages/IPython/core/interactiveshell.py:2572, in InteractiveShell.run_cell_magic(self, magic_name, line, cell)
2570 with self.builtin_trap:
2571 args = (magic_arg_s, cell)
-> 2572 result = fn(*args, **kwargs)
2574 # The code below prevents the output from being displayed
2575 # when using magics with decorator @output_can_be_silenced
2576 # when the last Python token in the expression is a ';'.
2577 if getattr(fn, magic.MAGIC_OUTPUT_CAN_BE_SILENCED, False):
File ~/work/spatialpandas/spatialpandas/.pixi/envs/test-314/lib/python3.14/site-packages/IPython/core/magics/execution.py:1226, in ExecutionMagics.timeit(self, line, cell, local_ns)
1223 if time_number >= 0.2:
1224 break
-> 1226 all_runs = timer.repeat(repeat, number)
1227 best = min(all_runs) / number
1228 worst = max(all_runs) / number
File ~/work/spatialpandas/spatialpandas/.pixi/envs/test-314/lib/python3.14/timeit.py:205, in Timer.repeat(self, repeat, number)
203 r = []
204 for i in range(repeat):
--> 205 t = self.timeit(number)
206 r.append(t)
207 return r
File ~/work/spatialpandas/spatialpandas/.pixi/envs/test-314/lib/python3.14/site-packages/IPython/core/magics/execution.py:184, in Timer.timeit(self, number)
182 gc.disable()
183 try:
--> 184 timing = self.inner(it, self.timer)
185 finally:
186 if gcold:
File <magic-timeit>:1, in inner(_it, _timer)
File ~/work/spatialpandas/spatialpandas/.pixi/envs/test-314/lib/python3.14/site-packages/dask/dataframe/dask_expr/_collection.py:395, in FrameBase.__len__(self)
394 def __len__(self):
--> 395 return new_collection(Len(self)).compute()
|
|
result:test
Process completed with exit code 1.
|
|
Setup workflow
'before' field is missing in event payload - changes will be detected from last commit
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
pixi-lock
Expired
|
167 KB |
sha256:67e30e783d764be5eb212086a165de6ad218a36f9f20c98386fee45d095bab6d
|
|