Wilfred Tyler Gee

Results 110 comments of Wilfred Tyler Gee

I used a Binder setup for a modified version of the Python Pandas workshop. We weren't doing it as an Intro class but instead as a more specific focus on...

I was encountering this here: https://github.com/gphoto/gphoto2/issues/43 I recall digging into the code and there is some weirdness with the if/else branching where you have to specify the `--camera` otherwise it...

Pinging @jdgibson as he and I talked at SPIE 2018 about a number of constraints they wrote for [Queue scheduling software at the MMTO](http://spie.org/Publications/Proceedings/Paper/10.1117/12.2309295), which I believe included a meridian...

Hi @amendochka, sorry for the silence. Can you give a more concrete or code example using the Transitioner that didn't work as per the [example here](https://astroplan.readthedocs.io/en/latest/tutorials/scheduling.html#creating-a-transitioner): ```py from astroplan.scheduling import...

TBH I haven't worked with the `Transitioner` much, by my understanding is that there is no magic to the `"filter"` keyword there. So you could: ```py transitioner = Transitioner(slew_rate, {'filter':{('B','G'):...

@cagostino any way you can clean this up and get submitted? If you don't have time let me know. I'm at a hack-week this week and might try to clean...

> I fixed what you had suggested previously, let me know if there is anything else I can do to move this along @wtgee Thanks! There's a conflict in one...

Similar issues reported with upgrade to matplotlib 3.3.x: https://stackoverflow.com/questions/62953704/valueerror-the-number-of-fixedlocator-locations-5-usually-from-a-call-to-set

**edited** Here's the official issue: https://github.com/matplotlib/matplotlib/pull/17266

I don't have a ton of time to dig into code editing on this unfortunately, at least not for a few days. But lets' close #469 that just appends a...