hmm_filter.log 2.2 KB

1234567891011121314151617181920212223242526272829303132333435363738
  1. Traceback (most recent call last):
  2. File "/opt/anaconda3/lib/python3.8/site-packages/jupyter_cache/executors/utils.py", line 51, in single_nb_execution
  3. executenb(
  4. File "/opt/anaconda3/lib/python3.8/site-packages/nbclient/client.py", line 1087, in execute
  5. return NotebookClient(nb=nb, resources=resources, km=km, **kwargs).execute()
  6. File "/opt/anaconda3/lib/python3.8/site-packages/nbclient/util.py", line 74, in wrapped
  7. return just_run(coro(*args, **kwargs))
  8. File "/opt/anaconda3/lib/python3.8/site-packages/nbclient/util.py", line 53, in just_run
  9. return loop.run_until_complete(coro)
  10. File "/opt/anaconda3/lib/python3.8/asyncio/base_events.py", line 616, in run_until_complete
  11. return future.result()
  12. File "/opt/anaconda3/lib/python3.8/site-packages/nbclient/client.py", line 540, in async_execute
  13. await self.async_execute_cell(
  14. File "/opt/anaconda3/lib/python3.8/site-packages/nbclient/client.py", line 832, in async_execute_cell
  15. self._check_raise_for_error(cell, exec_reply)
  16. File "/opt/anaconda3/lib/python3.8/site-packages/nbclient/client.py", line 740, in _check_raise_for_error
  17. raise CellExecutionError.from_cell_and_msg(cell, exec_reply['content'])
  18. nbclient.exceptions.CellExecutionError: An error occurred while executing the following cell:
  19. ------------------
  20. import jsl.hmm.hmm_lib as hmm_lib
  21. print_source(hmm_lib.hmm_forwards_jax)
  22. #https://github.com/probml/JSL/blob/main/jsl/hmm/hmm_lib.py#L189
  23. ------------------
  24. ---------------------------------------------------------------------------
  25. NameError Traceback (most recent call last)
  26. <ipython-input-1-7da36fbd64d0> in <module>
  27.  1 import jsl.hmm.hmm_lib as hmm_lib
  28. ----> 2 print_source(hmm_lib.hmm_forwards_jax)
  29.  3 #https://github.com/probml/JSL/blob/main/jsl/hmm/hmm_lib.py#L189
  30.  4 
  31. NameError: name 'print_source' is not defined
  32. NameError: name 'print_source' is not defined