Brian Hahn

Results 8 comments of Brian Hahn

I had this same issue with partials, and isolated it to LookupContext improperly resolving paths without extensions (in a single session, it works, but stops). The seemingly stable fix was...

(Just in case others have run into this issue) We're using the code below until this patch is confirmed working (and a new resque-scheduler build is pushed). ``` ruby Rake::Task["resque:scheduler_setup"].enhance...

I think these were the most recent upgrades, but I'll confirm tmr that older ones aren't the issue / were working scipy: 0.14.0 => 0.15.1 numpy 1.8.1 => 1.9.2

@auvipy can you suggest what additional tests you want here?

it's the same test as the one below `test_timezone_offset_with_zoneinfo_object_param`, except that it tests with string timezone names, which as discussed, is not possible given that `timezone` always returns `ZoneInfo`

if you're referring to the codecov note, then i would guess it's b/c the tests only run with sqlite. can you confirm? if so, i don't have have the bandwidth...