Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

initial economic model for tracking purchases #1177

Merged
merged 11 commits into from
Mar 22, 2019
Merged

Conversation

invisig0th
Copy link
Contributor

No description provided.

@codecov
Copy link

codecov bot commented Mar 21, 2019

Codecov Report

Merging #1177 into master will increase coverage by 0.02%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff            @@
##           master   #1177      +/-   ##
=========================================
+ Coverage   93.37%   93.4%   +0.02%     
=========================================
  Files         122     123       +1     
  Lines       16344   16353       +9     
=========================================
+ Hits        15262   15274      +12     
+ Misses       1082    1079       -3
Impacted Files Coverage Δ
synapse/lib/modules.py 100% <ø> (ø) ⬆️
synapse/lib/types.py 97.94% <100%> (+0.01%) ⬆️
synapse/models/economic.py 100% <100%> (ø)
synapse/lib/base.py 88.62% <0%> (+1%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update b2c5ed4...71a42d9. Read the comment docs.

@invisig0th invisig0th changed the title WIP begin the economic model initial economic model for tracking purchases Mar 22, 2019
@invisig0th invisig0th merged commit 9ce1f0a into master Mar 22, 2019
@invisig0th invisig0th deleted the visi-economic-model branch March 22, 2019 20:27
@vEpiphyte vEpiphyte added this to the v0.1.1 milestone Mar 25, 2019
@vEpiphyte
Copy link
Contributor

Missing test

        strsubs = model.type('str').clone({'regex': r'(?P<first>[ab]+)(?P<last>[zx]+)'})
        norm, info = strsubs.norm('aabbzxxxxxz')
        self.eq(info.get('subs'), {'first': 'aabb', 'last': 'zxxxxxz'})

vEpiphyte pushed a commit that referenced this pull request Mar 27, 2019
* wip

* acct bill/payment

* tweaks for a purchase of multiple items

* more tweaks

* remove jupyter notebook fail on new form

* remove jupyter notebook fail on model changes

* model tweaks from discussion and more tests

* docs/speeeling tweaks

* limit MII and IIN value range
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants