-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Extend param_map #191
Extend param_map #191
Conversation
Thank you! The CI fails because of a timezone bug that has been fixed in
Also, something is not right with the formatting (I'm guessing trailing spaces); that can be fixed by running:
on the codebase. The new data will have to be hooked up into the actual extractor and include some tests. In particular, we can use our existing For the yadg/src/yadg/extractors/eclab/mpr.py Line 304 in 7680394
using this function: yadg/src/yadg/extractors/eclab/techniques.py Line 1377 in 7680394
Please let me know if you're keen to contribute this or if I should do it. |
5ced224
to
1cd4c07
Compare
I have now compared all files from the Problem: a few mappings were already assigned.
although I had already found these before:
Unfortunately, I don't know how to deal with these differences. |
That's tricky. It might well be that different techniques have a different parameter map. It might also be that the parameters are not parsed properly in one of these conflicting files. I might have a look at it over the weekend. |
So I had a quick look and I found a couple of bugs in parameter parsing for some of the techniques. In particular, parameters for This fix will be in #193; I will need to regenerate most of the test cases. I suggest we can fix the mapping in this PR once the parsing is done properly, if that's OK with you? |
@carla-terboven I have now merged #193, so that the parameters between Finally, feel free to add yourself to the contributors list in the |
Thank you for your help @PeterKraus! |
Belongs to issue #190
This PR extends the parammap for _vs params. The mapping is certainly not complete but is based on all the files currently available to me.