Matt Dumont
Matt Dumont
@langevin-usgs I should have addressed all of your comments, but let me know if I've done something else dumb :). Thanks again for your help
> Thanks for addressing these things. If you can remove the mfpymake dependency and also the changes to the dbf file, we will merge it in. If there still is...
`Do you have any idea why these tests are failing? Are you able to run the mp6 jupyter notebook?` these tests failed because of the way that the paths are...
@jdhughes-usgs Sorry about that I thought this pull request was closed ages ago. I should have merged the latest into this PR. Let me know if there are any other...
@w-bonelli Thanks for that. I belive that you are all ready have maintainer access. If I am wrong, please let me know: I have fixed the single test that was...
Thanks heaps let me know if there's anything else you need from me
Sounds good I'll put it on my todo list... it may be a min
The only thing that could get tricky is making sure that "\" doesn't get flagged by the IDE as a comment... that'd be a bummer!
Ah that distinction makes sense. Then I would suggest changing self.write_keyword() lines 481-493 (change in bold) From: for n, v in zip(self._df.name, self.formatted_values): if n.replace("[","").replace("]","") not in kw: if n...