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
Done a test implementation for 3 functions in variables.py using a YAML read. Generally working fine.
Issues to fix:
processing of LaTeX strings (e.g. read in of '$\mu$g m$^{-3}$' as '$\mu$g m$^{-3}$' (this will need to be fixed before using this method for latex_spec_name() calls )
blocks of family assignments (e.g. subfamilies within spec_stoich() )
Allow for a list of variables to be read in as a dictionary instead of the current (e.g. AC.GC_var()) approach.
Currently, variables are stored in an inline list/dict in variables.py, but this would be cleaner if stored in a yml file.
The text was updated successfully, but these errors were encountered: