Pierre de Buyl

Results 68 comments of Pierre de Buyl

Comment -- as I was checking the bunzip2 case. Such a proposal requires the file to remain open, which would not be possible with compressed (bz2 for instance) files on...

Hello @shanyuzhou can this be closed?

Question: if the user requests a specific set of calibration, shouldn't satpy raise an actual error?

Hello, Text is missing for me too on @sneumann's example. I have a short testcase in matplotlib too. The following code (with pylab) generates a pdf where the axis numbering...

Hi, I agree that some more information would be nice. I thought already of the problem, with several strategies: - Have a `%set_name` command that sets the name of the...

Thank you for the feedback. I have a number of work-related priorities so I might not be able to implement the dict-based counters in the coming 3 weeks. For early...

I made a kind of assertion module, here: https://github.com/pdebuyl/fortran_tester Would that fit the "custom made assert"? Do you have an idea of an example of code to put "under test"?

This part of the code was broken for EuroSciPy 2014. I didn't explain the bug in the commit message which is a bit annoying in retrospect. From memory, I can...

This relies on the account module. In the models file, redefining the `__str__` method in `account/models.py` to ``` def __str__(self): if len(self.user.first_name)>0 and len(self.user.last_name)>0: return u'%s %s (%s)' % (self.user.first_name,...

Just succeeded using both version. This was with pandoc 1.15.2.1 (from cabal).