mimiframework / Mimi.jl

Integrated Assessment Modeling Framework
https://www.mimiframework.org
Other
68 stars 34 forks source link

Typo fix in dimensions.jl #985

Closed Kevin-Mattheus-Moerman closed 7 months ago

Kevin-Mattheus-Moerman commented 7 months ago

Fixed minor type anonymouse - > anonymous (I do really like the sound of anonymouse though! :smile: )

codecov[bot] commented 7 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 84.77%. Comparing base (3495b52) to head (e624176).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #985 +/- ## ======================================= Coverage 84.77% 84.77% ======================================= Files 40 40 Lines 4058 4058 ======================================= Hits 3440 3440 Misses 618 618 ``` | [Flag](https://app.codecov.io/gh/mimiframework/Mimi.jl/pull/985/flags?src=pr&el=flags&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=mimiframework) | Coverage Δ | | |---|---|---| | [unittests](https://app.codecov.io/gh/mimiframework/Mimi.jl/pull/985/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=mimiframework) | `84.77% <ø> (ø)` | | Flags with carried forward coverage won't be shown. [Click here](https://docs.codecov.io/docs/carryforward-flags?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=mimiframework#carryforward-flags-in-the-pull-request-comment) to find out more.

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

lrennels commented 7 months ago

Thank you @Kevin-Mattheus-Moerman!