ThoughtSource icon indicating copy to clipboard operation
ThoughtSource copied to clipboard

throw error if from_json is used on already loaded collection

Open KonstantinHebenstreit opened this issue 3 years ago • 0 comments

this is right: collection = Collection.from_json("...")

this should throw an error in the second line: collection = Collection([dataset]) collection.from_json("...")

KonstantinHebenstreit avatar Feb 17 '23 10:02 KonstantinHebenstreit