Skip to content

python highlighting differences in dark and light modes #171

Closed Answered by pradyunsg
prajwel asked this question in Potential Issue
Discussion options

You must be logged in to vote

I think the sample code should be:

>>> import curvit
>>> curvit.makecurves(events_list = 'AS1G06_084T01_9000000710uvtNIIPC00F2_l2ce.fits.gz',
...                   threshold = 5)

instead of

>>> import curvit
>>> curvit.makecurves(events_list = 'AS1G06_084T01_9000000710uvtNIIPC00F2_l2ce.fits.gz',
                      threshold = 5)

(notice the 3 dots)

You're presenting it as a REPL prompts, and you're missing the continuation prompt in that output. Hopefully this helps. :)

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@prajwel
Comment options

Answer selected by prajwel
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants