Skip to content

Commit

Permalink
Reformat codebase with black
Browse files Browse the repository at this point in the history
  • Loading branch information
BSchilperoort committed Jul 29, 2023
1 parent 023bbdc commit 83a63f7
Show file tree
Hide file tree
Showing 6 changed files with 2,892 additions and 2,477 deletions.
29 changes: 20 additions & 9 deletions src/dtscalibration/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,16 +18,27 @@
from dtscalibration.plot import plot_residuals_reference_sections_single
from dtscalibration.plot import plot_sigma_report

__version__ = '2.0.0'
__version__ = "2.0.0"
__all__ = [
"DataStore", "open_datastore", "open_mf_datastore", "read_apsensing_files",
"read_sensornet_files", "read_sensortran_files", "read_silixa_files",
'check_dims', 'check_timestep_allclose', 'get_netcdf_encoding',
'merge_double_ended', 'shift_double_ended',
'suggest_cable_shift_double_ended', 'plot_accuracy',
'plot_location_residuals_double_ended',
'plot_residuals_reference_sections',
'plot_residuals_reference_sections_single', 'plot_sigma_report']
"DataStore",
"open_datastore",
"open_mf_datastore",
"read_apsensing_files",
"read_sensornet_files",
"read_sensortran_files",
"read_silixa_files",
"check_dims",
"check_timestep_allclose",
"get_netcdf_encoding",
"merge_double_ended",
"shift_double_ended",
"suggest_cable_shift_double_ended",
"plot_accuracy",
"plot_location_residuals_double_ended",
"plot_residuals_reference_sections",
"plot_residuals_reference_sections_single",
"plot_sigma_report",
]

# filenames = ['datastore.py', 'datastore_utils.py', 'calibrate_utils.py',
# 'plot.py', 'io.py']
Expand Down
Loading

0 comments on commit 83a63f7

Please sign in to comment.