universal-battery-database icon indicating copy to clipboard operation
universal-battery-database copied to clipboard

Open source Li-ion data management and modelling software

Results 38 universal-battery-database issues
Sort by recently updated
recently updated
newest added

dVdQ is almost infinite at certain places (i.e. Q vs V is almost constant). Maybe the current penality/incentives do not allow this to be learned effectively. Investigate and solve this...

When updating the dataset, more information will be added. It would be very convenient if we made sure that when a dictionary is missing from the dataset, then ml_smoothing still...

- Short description - Where and how they're created (file, class, function/method) - Type - How they should be used Examples (some are more self-explanatory than others, but docs/wikis are...

documentation

Not all keys have been replaced by those in the Key class. First replace all string values in all files with `"`.

enhancement
dependencies

Ideally, each particular key in Key class refers to the same variable no matter the context and dictionary: if two dictionaries contain the same object/data, they can share the same...

documentation
enhancement

Rename variables with prefixes `my_` to be more descriptive. E.g. - `my_data` - `my_cycle` - `my_barcode`

documentation
enhancement
question

The code should still run without the v_curves folder. TODO: - fill v_curves with a bunch of zeros and turn off the relevant loss term

enhancement

We need a strict demarcation between the code responsible for __taking data in and outputing plots__, and the code responsible for __taking in a partially trained model+dataset and producing the...

enhancement

The background task system keeps track of all the files in a given folder. The database knows all the filenames. We can give an excel sheet mapping filenames to metadata...

enhancement

Basically, anytime a property can be unknown and therefore fit to the data, and that we have some instances of that property which are known, then the unknown instances should...