vatlab / sos-julia

SoS extension for Julia
BSD 3-Clause "New" or "Revised" License
0 stars 1 forks source link

Fix kernel test and kernel caused by julia's update #11

Closed HenryLeongStat closed 5 years ago

HenryLeongStat commented 5 years ago

All the test passes on my end and passes on notebook as well. Users should be able to use the new kernel without error.

$ python test/test_julia_kernel.py
/Users/manchongleong/anaconda/lib/python3.6/site-packages/jupyter_client/manager.py:72: DeprecationWarning: KernelManager._kernel_name_changed is deprecated in traitlets 4.1: use @observe and @unobserve instead.
  def _kernel_name_changed(self, name, old, new):
./Users/manchongleong/anaconda/lib/python3.6/importlib/_bootstrap.py:219: ImportWarning: can't resolve package from __spec__ or __package__, falling back on __name__ and __path__
  return f(*args, **kwds)
....
----------------------------------------------------------------------
Ran 5 tests in 30.741s

OK
BoPeng commented 5 years ago

I am going to merge and test.