Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
# The Fornax-Hea images can definitely be used here, just we're having some issues with what supporting files
# software are included at the moment, so it is easier to use a different image and just install HEASoft
# at the moment
- image: ghcr.io/nasa-fornax/fornax-images/fornax-hea:main
- image: ghcr.io/nasa-fornax/fornax-images/fornax-hea:break-software
# This sets the amount of compute that we'll use to run the on-PR builds/tests - this particular setup corresponds
# to 2 CPUs and 4GB of RAM as of 16th September 2025
resource_class: medium+
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,7 @@ jupyter:
---
# IXPE ObsID that we will use for this example.
OBS_ID = "01004701"

# The source name as well
SRC_NAME = "Mrk 501"

Expand Down
Loading