ThoughtSource
ThoughtSource copied to clipboard
throw error if from_json is used on already loaded collection
this is right: collection = Collection.from_json("...")
this should throw an error in the second line: collection = Collection([dataset]) collection.from_json("...")