eyadgaran / SimpleML

Machine learning that just works, for effortless production applications
BSD 3-Clause "New" or "Revised" License
17 stars 5 forks source link

Restrict updates from calling save #47

Open eyadgaran opened 3 years ago

eyadgaran commented 3 years ago

calling save on a persistable multiple times executes the full save operation:

Desired behavior: calling save more than once results in an error that the persistable is already saved and only metadata can be updated via persistable.update