Conversation
…ek_refactoring_mutual_information_part
# Conflicts: # .github/workflows/ci.yml # examples/1-basic_manipulation_and_interpolation.py # examples/3-nans_in_data.py # examples/4-wavelet_analysis.py # examples/5-surrogates_and_VARmodel.py # examples/6-mutual_inf_and_surrogates.py # examples/7-SSA_analysis.py # examples/8-empirical_model.py # pyclits/data_loaders.py # pyclits/empirical_model.py # pyclits/geofield.py # pyclits/mutual_inf.py # pyclits/surrogates.py # pyclits/var_model.py # pyclits/var_model_acc.pyx # pyclits/wavelet_analysis.py
|
Hey @mafycek, First and foremost, and maybe up to a debate, Anyway, in the meantime, I started rewriting the main functionality of I see you merged my Some other comments regarding the code:
if __name__ == "__main__":
unittest.main()you can see the general structure, e.g., here> https://github.com/jajcayn/pyclits/blob/rewrite/master/tests/test_mutual_inf.py
Sorry for a huge comment, I just want to make sure we are on the same page regarding this package |
|
Hi @jajcayn , Surely, it does not make sense to include use cases of the RTE if the package is intended to be only for climate data. Examples can be extracted into a new project intended for examples. It would need finalization and stabilization of the actual package and its deployment to the Python package repository. Regarding, order of merging to the master. It should be done like you mentioned. So I'll reject the PR. However, I do not agree that the main issue is the history. You can squash set of commits into one during PR. Then, I'll follow your comments. Regarding black formatter, I use PyCharm from JetBrains that has number of plugins and it automatically holds format of the sources. Best regards, |
No description provided.