Skip to content

Commit

Permalink
Merge pull request #7 from Boeing/hai-branch
Browse files Browse the repository at this point in the history
Fixed namespace to sdr_hazards_classification
  • Loading branch information
ethanenguyen authored Dec 19, 2023
2 parents 9a4b3ec + df422a3 commit 1cd4e2d
Show file tree
Hide file tree
Showing 19 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
include src/sdr_classifier/data/*.csv
include src/sdr_classifier/model/*.config
include src/sdr_classifier/model/*.model
include src/sdr_hazards_classification/data/*.csv
include src/sdr_hazards_classification/model/*.config
include src/sdr_hazards_classification/model/*.model
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

setup(
name='sdr-hazards-classification',
version='0.1.0',
version='0.1.1',
packages=find_packages(where="src"),
package_dir={"": "src"},
include_package_data=True,
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion src/test/test_model.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import pytest
import numpy as np
from numpy.testing import assert_array_equal
from sdr_classifier.sdr_api import SdrInferenceAPI
from sdr_hazards_classification.sdr_api import SdrInferenceAPI
# my_model = sdr_api.SdrInferenceAPI()
# my_model.test_sdr_depressurization_predictions()

Expand Down

0 comments on commit 1cd4e2d

Please sign in to comment.