Unit between color/text and colorbar became corrupt when changing time step

Issue #110 resolved
Angus Yeh repo owner created an issue

When viewing production/transient results (either h5 or listings), change time step will corrupt the unit between scene color/text and the associated colorbar.

Comments (5)

  1. Angus Yeh reporter

    Actually when user set model limit, if the unit has been changed from default to something new, it will also cause limit values to be wrong.

  2. Angus Yeh reporter

    Fix issue #110, unitChoices() failed to accept unit strings that are already pint.unit.Unit.

    I wasn't sure that this was part of the issues #110, I had trouble reproducing the error, but looking at the .log file I noticed that it sometimes have trouble when calling unitChoices().

    → <<cset a05a932f068a>>

  3. Angus Yeh reporter

    Fix issue #110 when some unit passed into routine is not a string.

    Resolve some issues (still unable to reliably reproduce) with "AttributeError: 'Unit' object has no attribute 'replace'".

    → <<cset cf6cbe793083>>

  4. Log in to comment