Doug Burke
Doug Burke
Comparing the `test9l.png` and `test9l.svg` outputs from the test suite, it looks like there's a problem with calculating the bar widths/placement since - in the PNG version, the right-hand bars...
I have a notebook that uses a deprecated Haskell constructor (i.e. one marked with the `DEPRECATED` pragma). If I use this then I get the following message in the terminal...
The MimeCustom type encodes the payload as a JSON string, whereas MimeCustomJson encodes it as a JSON value. An alternative would have been to just convert the MimeCustom type to...
Can we add some way to pass JSON through displayDataToJson for the new custom mimetype? Rarndom thoughts are a) add a separate mimetype - e.g. `MimeCustomJSON Text` - which can...
This is to test out https://discuss.python.org/t/pip-install-e-on-macos-suddenly-builds-for-universal2-by-default/16890/18 and is not intended for merging I didn't update the XSPEC version as I don't know what versions are available on the mac channel.
# Summary What does #1558 look like? This is currently for testing. This changes the ui level, not the `Data` methods. The idea is that after calls to `notice`, `ignore`,...
# Summary Remove a test work around for our CI tests failing (issue #1334) # Details In #1334 we noted that on CI runs some builds would fail. It was...
I'm playing around with #1558 and have the following ``` In [2]: load_image("sherpa-test-data/sherpatest/img.fits") In [3]: ignore2d("rect(-5, -5, -3, -3)") 1: Field()&!Rectangle(-5,-5,-3,-3) In [4]: notice2d("circle(10, 10, 10)") 1: Field()&!Rectangle(-5,-5,-3,-3)|Circle(10,10,10) ``` This...
If I have image data and non-image data loaded then a call like `notice2d` will fail with the error ``` ArgumentTypeErr: 'img' must be a image data set ``` However,...
From a comment from the same user who brought us #1557 > One way to mitigate issues like these would be to display the noticed boundaries more often. Running the...