Skip to content

json.decoder.JSONDecodeError: Expecting value: line 12 column 16 (char 320) #48

@CleoShen

Description

@CleoShen

Run a test train on my data, and had error:
Traceback (most recent call last): File "/home/groups/brunger/software/cryoCARE/cryocare_env/bin/cryoCARE_train.py", line 62, in <module> main() File "/home/groups/brunger/software/cryoCARE/cryocare_env/bin/cryoCARE_train.py", line 17, in main config = json.load(f) File "/share/software/user/open/python/3.9.0/lib/python3.9/json/__init__.py", line 293, in load return loads(fp.read(), File "/share/software/user/open/python/3.9.0/lib/python3.9/json/__init__.py", line 346, in loads return _default_decoder.decode(s) File "/share/software/user/open/python/3.9.0/lib/python3.9/json/decoder.py", line 337, in decode obj, end = self.raw_decode(s, idx=_w(s, 0).end()) File "/share/software/user/open/python/3.9.0/lib/python3.9/json/decoder.py", line 355, in raw_decode raise JSONDecodeError("Expecting value", s, err.value) from None json.decoder.JSONDecodeError: Expecting value: line 12 column 16 (char 320)
Output file is:
Fire in the hole! Computing normalization parameters: Output directory already exists. Please choose a new output directory or set 'overwrite' to 'true' in your configuration file.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions