Sebastian Wehling-Benatelli sebastianw
  • Herdecke
  • Joined on 2021-01-31
sebastianw created pull request marcel/pylot#39 2024-07-16 12:09:42 +02:00
Simplify data structure
sebastianw created branch 38-simplify-data-structure in marcel/pylot 2024-07-16 12:08:34 +02:00
sebastianw pushed to 38-simplify-data-structure at marcel/pylot 2024-07-16 12:08:34 +02:00
2b01e8207e change: add docu and test case
sebastianw commented on issue marcel/pylot#38 2024-07-16 12:05:41 +02:00
Remove unnecessary data structure complexity

@marcel FYI

sebastianw opened issue marcel/pylot#38 2024-07-16 12:04:47 +02:00
Remove unnecessary data structure complexity
sebastianw commented on pull request marcel/pylot#35 2023-06-23 09:40:14 +02:00
Improve util/utils.py

This PR was started to dive into the code again and to improve a little bit of the code base without to much disturbance to the overall project.

sebastianw pushed to improve-util-utils at marcel/pylot 2023-06-23 09:37:56 +02:00
b3fdbc811e Merge branch 'develop' into improve-util-utils
a1f6c5ffca Bugfixxes, spectogram tab wip
e4e7afa996 Minor changes to adjust to python 3. Temporary Fix for file exporting not working properly. WIP spectrogram view.
43c2b97b3d Small changes
Compare 4 commits »
sebastianw opened issue marcel/pylot#36 2023-05-14 10:43:45 +02:00
Decouple PDF code from PyLoT
sebastianw pushed to improve-util-utils at marcel/pylot 2023-04-23 22:05:13 +02:00
9fce4998d3 bugfix: remove unused functions; correct for wrong formatting (PEP)
sebastianw pushed to improve-util-utils at marcel/pylot 2023-04-23 21:37:23 +02:00
c468bfbe84 feat: add type hints and tests for plot utils
sebastianw commented on issue marcel/pylot#33 2023-04-16 10:36:23 +02:00
Logging concept

TODO:

  • add global logging concept for pylot
    • add handler to log to the widget
      • log level as an option
    • add handler to log to a file
      • log level always…
sebastianw pushed to improve-util-utils at marcel/pylot 2023-04-16 09:58:53 +02:00
4861d33e9a bugfix: add tests to key_for_set_value
sebastianw pushed to improve-util-utils at marcel/pylot 2023-04-16 09:50:44 +02:00
f5f4635c3d bugfix: rename is_iterable and add doc tests
sebastianw pushed to improve-util-utils at marcel/pylot 2023-04-12 21:23:00 +02:00
b12d92eebb bugfix: refactor get_owner and get_hash; add tests
sebastianw pushed to improve-util-utils at marcel/pylot 2023-04-12 20:32:46 +02:00
e9da81376e bugfix: add new tests and refactor get_none
sebastianw closed issue marcel/pylot#4 2023-04-11 18:13:14 +02:00
Clean Code Refurbishment
sebastianw commented on issue marcel/pylot#4 2023-04-11 18:13:11 +02:00
Clean Code Refurbishment

Closing the issue and pushing enforcement of coding standard by protecting the master branch against changes without pull request and according code review. This is already mentionend in…

sebastianw commented on issue marcel/pylot#8 2023-04-11 18:08:18 +02:00
Delete not needed branches

deleted a ton of unneeded branches, kept branch "darius" where I found some interesting adjustments to the autopick algorithm that should maybe be kept @ludger

I would suggest to cherry-pick…

sebastianw pushed to improve-util-utils at marcel/pylot 2023-04-10 19:14:25 +02:00
e68fc849f0 bugfix: correct erroneous and add new doctests
sebastianw created pull request marcel/pylot#35 2023-04-10 18:39:26 +02:00
WIP: Improve util/utils.py