Skip to content

Commit

Permalink
Merge pull request #60 from ninahakansson/pps2021_refactor
Browse files Browse the repository at this point in the history
PPS 2021 refactor
  • Loading branch information
adybbroe authored Apr 15, 2024
2 parents fc4314d + c977117 commit 3ff07af
Show file tree
Hide file tree
Showing 28 changed files with 893 additions and 2,289 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
fail-fast: true
matrix:
os: ["ubuntu-latest", "macos-latest"]
python-version: ["3.8", "3.9", "3.10"]
python-version: ["3.9", "3.11", "3.12"]
experimental: [false]
include:
- python-version: "3.9"
Expand Down
11 changes: 5 additions & 6 deletions bin/level1c_runner.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,16 +24,15 @@

import argparse
import logging
import sys
import signal

from posttroll.subscriber import Subscribe
from posttroll.publisher import Publish
from posttroll.subscriber import Subscribe

from nwcsafpps_runner.l1c_processing import (L1cProcessor,
MessageTypeNotSupported)
from nwcsafpps_runner.logger import setup_logging
from nwcsafpps_runner.message_utils import publish_l1c, prepare_l1c_message
from nwcsafpps_runner.l1c_processing import L1cProcessor
from nwcsafpps_runner.l1c_processing import ServiceNameNotSupported
from nwcsafpps_runner.l1c_processing import MessageTypeNotSupported
from nwcsafpps_runner.message_utils import prepare_l1c_message, publish_l1c

LOOP = True

Expand Down
Loading

0 comments on commit 3ff07af

Please sign in to comment.