Vincent Prevosto
Vincent Prevosto
Hi @phanhuynh Could you provide a bit more detail about the commands and parameters leading to this error ? Thanks
Hi Phan, I've been able to reproduce that bug, but I haven't finished fixing it yet. I'll get back to it this week. Vincent
I get this issue as well, despite using the appropriate versions of `argschema` and `marshmallow`: ``` Traceback (most recent call last): File "v:\programdata\anaconda3\lib\runpy.py", line 193, in _run_module_as_main "__main__", mod_spec) File...
After installing on Linux I get the same error, so it's not due to a conflict. I'll open a separate issue.
A couple things I tried to solve this but didn't work. Adding this bit of code to the pre_spawn_hook: ``` # Remove repository and image tag from image name image_name...
Here it is. Two column code. Returns four plots (blue background bottom right) ``` import skunk import numpy as np import os import matplotlib.pyplot as plt fig, axs = plt.subplots(ncols=2)...
The .json format is not supported as attachment. Here's the params.json content: ``` { "samplerate":30000, "detect_sign":0, "adjacency_radius":0 } ```