This commit is contained in:
rstiskalek 2023-05-21 22:47:09 +01:00
parent 2185846e90
commit 9b4c02f3b0
2 changed files with 0 additions and 4 deletions

View File

@ -237,8 +237,6 @@ class NearestNeighbourReader:
return out
###############################################################################
# Support functions #
###############################################################################

View File

@ -16,7 +16,6 @@
from argparse import ArgumentParser
import matplotlib.pyplot as plt
import numpy
import scienceplots # noqa
from cache_to_disk import cache_to_disk, delete_disk_caches_for_function
@ -87,5 +86,4 @@ if __name__ == "__main__":
print(f"Cleaning cache for function {func}.")
delete_disk_caches_for_function(func)
plot_cdf(kwargs)