Bladeren bron

Moving app file

Martin Horvat 6 uur geleden
bovenliggende
commit
7c7f98792b
3 gewijzigde bestanden met toevoegingen van 3 en 3 verwijderingen
  1. 1 1
      app.py
  2. 1 1
      notebooks/review_data.ipynb
  3. 1 1
      spatial_suv_charact/__init__.py

+ 1 - 1
shiny_app/app.py → app.py

@@ -40,7 +40,7 @@ from shinywidgets import output_widget, render_widget
 # Project paths
 # -----------------------------------------------------------------------------
 
-APP_DIR = Path(__file__).resolve().parent
+APP_DIR = "."  # str(Path(__file__).resolve().parent)
 PROJECT_ROOT = APP_DIR
 
 if str(PROJECT_ROOT) not in sys.path:

+ 1 - 1
notebooks/review_data.ipynb

@@ -5,7 +5,7 @@
    "id": "aaa89649",
    "metadata": {},
    "source": [
-    "# Collecting meta data for the project\n",
+    "# Review data\n",
     "\n",
     "Author: Martin Horvat, May 2026"
    ]

+ 1 - 1
spatial_suv_charact/__init__.py

@@ -8,7 +8,7 @@ from .metadata import (
 )
 from .image_io import get_processed_image, check_same_grid
 from .suv_stats import get_suv_percentiles
-from .spatial_features_optimized import compute_tail_spatial_features
+from .spatial_features import compute_tail_spatial_features
 from .plotting import plot_suv_pdf_plotly, plot_hot_voxels_plotly
 
 __all__ = [