You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The double-defined parameters cause the following problem in carculator 1.9.0.dev1 with carculator_utils 1.2.0.dev6:
I have attached a file with all double defined parameters. Do you have a convenient way to remove the double defined parameters or is it necessary to remove them manually. Double defined paramters.txt
The text was updated successfully, but these errors were encountered:
romainsacchi/carculator_utils@7449299
provides a temporary fix by removing the ~20 duplicates from the dataframe (it keeps the first occurrence). The reason why those duplicates are there is more complex to solve, which is why I'll leave this issue open.
86 parameters are defined twice in the file "default_parameters.json"
For example: ('Large', 'BEV', 'lightweighting', 2000) is defined here:
carculator/carculator/data/default_parameters.json
Line 11228 in f60b6fd
and here:
carculator/carculator/data/default_parameters.json
Line 28302 in f60b6fd
The double-defined parameters cause the following problem in carculator 1.9.0.dev1 with carculator_utils 1.2.0.dev6:
I have attached a file with all double defined parameters. Do you have a convenient way to remove the double defined parameters or is it necessary to remove them manually.
Double defined paramters.txt
The text was updated successfully, but these errors were encountered: