Skip to content
This repository was archived by the owner on Apr 28, 2025. It is now read-only.

Commit d809d75

Browse files
committed
Use more informative environment variable
1 parent e959628 commit d809d75

4 files changed

Lines changed: 4 additions & 4 deletions

01_Intro_to_DP0_Notebooks.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@
201201
"outputs": [],
202202
"source": [
203203
"# What version of the LSST Science Pipelnes are we using?\n",
204-
"! echo $HOSTNAME\n",
204+
"! echo $IMAGE_DESCRIPTION\n",
205205
"! eups list -s | grep lsst_distrib"
206206
]
207207
},

03_Image_Display_and_Manipulation.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"outputs": [],
4646
"source": [
4747
"# What version of the Stack are we using?\n",
48-
"! echo $HOSTNAME\n",
48+
"! echo $IMAGE_DESCRIPTION\n",
4949
"! eups list -s | grep lsst_distrib"
5050
]
5151
},

05_Intro_to_Source_Detection.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
"outputs": [],
5353
"source": [
5454
"# What version of the Stack are we using?\n",
55-
"! echo $HOSTNAME\n",
55+
"! echo $IMAGE_DESCRIPTION\n",
5656
"! eups list -s | grep lsst_distrib"
5757
]
5858
},

06_Comparing_Object_and_Truth_Tables.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"outputs": [],
3838
"source": [
3939
"# What version of the Stack are we using?\n",
40-
"! echo $HOSTNAME\n",
40+
"! echo $IMAGE_DESCRIPTION\n",
4141
"! eups list -s | grep lsst_distrib"
4242
]
4343
},

0 commit comments

Comments
 (0)