Ensure files end with a newline (#347)

This commit is contained in:
Fernando Pérez-García 2022-05-17 14:17:01 +01:00 коммит произвёл GitHub
Родитель 123167df5d
Коммит 2d0c629476
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
14 изменённых файлов: 10 добавлений и 14 удалений

Просмотреть файл

@ -58,4 +58,3 @@ that ID:
1. Via the search bar, find "Azure Active Directory" and open it.
1. In the overview of that, you will see a field "Tenant ID"
1. Create an environment variable called `HIML_TENANT_ID`, and set that to the tenant ID you just saw.

Просмотреть файл

@ -194,4 +194,3 @@ class MyContainer(LightningContainer):
To the optimizer and LR scheduler: the Lightning model returned by `create_model` should define its own
`configure_optimizers` method, with the same signature as `LightningModule.configure_optimizers`,
and returns a tuple containing the Optimizer and LRScheduler objects

Просмотреть файл

@ -99,4 +99,3 @@ Test code created tiles of size 224x224 pilfes, loaded the mask images, and used
For cuCIM the total time was 4.7s, 2.48s to retain the tiles as a Numpy stack but not save them as pngs. cuCIM has the option of cacheing images, but is actually made performance slightly worse, possibly because the natural tile sizes in the original tiffs were larger than the tile sizes.
For OpenSlide the comparable total times were 5.7s, and 3.26s.

Просмотреть файл

@ -60,4 +60,3 @@ def main() -> None:
if __name__ == "__main__":
main()