mirror of
https://github.com/Richard-Sti/csiborgtools.git
synced 2024-12-22 07:28:02 +00:00
pep8
This commit is contained in:
parent
2185846e90
commit
9b4c02f3b0
2 changed files with 0 additions and 4 deletions
|
@ -237,8 +237,6 @@ class NearestNeighbourReader:
|
|||
return out
|
||||
|
||||
|
||||
|
||||
|
||||
###############################################################################
|
||||
# Support functions #
|
||||
###############################################################################
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue