Julien Cohen-Adad

Results 389 comments of Julien Cohen-Adad

update on this: ~~~ Receiving objects: 100% (44276/44276), 415.66 MiB | 3.10 MiB/s, done. ~~~

Looking into existing solutions: - https://rtyley.github.io/bfg-repo-cleaner/ - https://git-scm.com/docs/git-filter-branch

bfg command ~~~ $ java -jar bfg-1.13.0.jar --strip-blobs-bigger-than 5M spinalcordtoolbox.git Using repo : /Users/julien/temp/spinalcordtoolbox.git This repo has been processed by The BFG before! Will prune repo before proceeding - to...

Useful info about the "deny updating a hidden ref" message: - https://github.com/rtyley/bfg-repo-cleaner/issues/36 - https://medium.com/@ersel_aker/deleting-sensitive-information-from-github-repository-acf0502e773b

Tried another more aggressive cleaning: BFG command ~~~ java -jar bfg-1.13.0.jar --strip-blobs-bigger-than 1M spinalcordtoolbox.git Using repo : /Users/julien/temp/spinalcordtoolbox.git This repo has been processed by The BFG before! Will prune repo...

Looks like at this point, because the PRs cannot be cleaned on Github's repo, there is nothing we can do except: - contacting Github support to remove all PRs (which...

> So, maybe we don't necessarily need to explicitly enforce float64s ourselves? Maybe it's sufficient to only look at the more problematic operations for uint8 arrays (e.g. subtraction), rather than...

Useful observation, thank you @valosekj . Binary masks should be encoded in UNIT8. More than that is a waste of space.

it would be a nice feature indeed. The best for the user would be to have the image (showing the curves) and below it (or above it) the table converted...