Michael Dietze

Results 128 comments of Michael Dietze

I know that Rob was using -1 in the system tests on read.settings

@dlebauer -1 is preferable to N+1 because as soon as someone adds a new modeltype we'd have to renumber all past records. I don't know if @robkooper had a chance...

id 215: It is unclear to me from this message what the "violation" is in this record. It has a machine, file path, and file name. Is there something wrong...

id 215: Went through all the input records and I believe that the record associated with this was probably deleted so this dbfile record can be deleted paperclip: I didn't...

I somehow missed that you were adding the constraint that the container_type and container_id pair be unique. That constraint SHOULD BE DROPPED since it counter to the database design. The...

md5 won't be unique because the files won't be unique (indeed md5 was added to ensure that two files are identical, not unique). The same files will often be stored...

that sounds reasonable, though file_name should be able to be either NULL or default to blank

The entry would be referring to ALL the files in the directory, not a single file. Even when file_name isn't blank it is often referring to multiple files and file_name...

Be aware that the last time someone tried to apply style rules to the entire PEcAn repo, there were a fairly large number of places where manual reversions to the...

@harshagr70 the way the current PEcAn system is being used, this issue isn't as quick and simple as it once was. In 2016, this would have been a quick color...