You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My observation is that ilastik does not overwrite files if outputPath does exist already; and it also does not throw an error (which makes it confusing). Can you confirm this? And should we change this?
The text was updated successfully, but these errors were encountered:
thx for reporting. I think in general we should allow people to put multiple datasets in their hdf5 files. So warning just based on outputpath's existence is not sufficient. But we could warn for overwriting the same dataset in a file, maybe?
@wolny @k-dominik
When running such a IJ macro command:
My observation is that ilastik does not overwrite files if
outputPath
does exist already; and it also does not throw an error (which makes it confusing). Can you confirm this? And should we change this?The text was updated successfully, but these errors were encountered: