Conversation
Signed-off-by: Michael Anderson <anderson@mbari.org>
Signed-off-by: Michael Anderson <anderson@mbari.org>
|
I need to write a test to fit into your CI so I can tell it works |
|
when I run the tests locally, I get this error: |
|
@MBARIMike for some reason in the test: |
…le from resampled_nc Signed-off-by: Michael Anderson <anderson@mbari.org>
|
|
|
I picked a really short mission for test_process_dorado.py so that it would run fast. Any mission containing nighttime data would be long as Dorado is usually deployed in the morning. Long missions take ~10 minutes to process. We should figure out another way to test the proxy calculations – maybe with a dozen or so data values, the same way it's done in test_ctd_proc.py. |
|
How do I pass Monique's sample nc files to resample.py? I'm not sure what steps of |
|
I realized that the troubleshooting process I use has not been documented. I made a start with TROUBLESHOOTING.md. I'm envisioning grabbing a few profiles from Monique's sample nc files to compare with data that's processed in resample.py. From this we can begin to create a |
Signed-off-by: Michael Anderson <anderson@mbari.org>
|
@MBARIMike Will resample only ever process a single survey where profile_number will always be monotonically increasing? Before when processing multiple surveys at once, I had to generate unique profile numbers across all surveys. |
|
I believe the answer is yes. The profile_number starts at 0 for each mission and increases monotonically as computed in this code. |
Signed-off-by: Michael Anderson <anderson@mbari.org>
Signed-off-by: Michael Anderson <anderson@mbari.org>
|
@MBARIMike not sure why process_i2map is angry in CI. I didn't touch that file at all. |
|
Yeah, it's unhappy with me too. I think it's safe to ignore that failing test with the changes in this PR. |
|
Testing this PR on my machine using Doing a The poetry update command updated the |
|
Not sure you want my |
|
I can just remove the include_groups as it just silenced a warning I was getting |
|
Removing the include_groups sounds good. I really need to update the Python version. I think I was stuck at 3.10 because of some problem with HoloViews. That's probably been solved now, but I need to check and then do some updates to prevent too much technical debt. |
|
I could make another branch with my working python3.12 poetry env for you to try if you like |
Signed-off-by: Michael Anderson <anderson@mbari.org>
…dinos_threshold Signed-off-by: Michael Anderson <anderson@mbari.org>
|
I needed to change how the processed files are copied to the archive, so will be adding a commit that should also fix the nit that's causing the lint test to fail. |
|
Replaced by #24. |
added proxy correction function to resample.py
addresses #5