Added write method to _Config class.#85
Added write method to _Config class.#85krisvanneste wants to merge 5 commits intoSeismicSource:v2-rebase-mainfrom
Conversation
|
Claudio, Investigating this issue, I discover that this is because I don't understand this one. The values for these parameters seem to be in agreement with the specs. Here is the configuration file: |
|
OK, I solved it by splitting strings containing lists into string lists before validating. |
13055be to
23c8cdd
Compare
…fig_to_file function to write the file. Added read method to _Config.
…d method of _Config.
01a0d4f to
5f7f19c
Compare
|
Thanks Kris, I fixed a problem which prevented running tests on pull requests against v2 and force-pushed. Will come back later today, when the tests are done (and hopefully pass) 😉 |
Claudio,
I think it would be handy to save the configuration made in an interactive session, so I added a
writemethod to the_Configclass. Can you check it?