Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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
First version implementation of preload_data and the rest of CLMS data store #6
First version implementation of preload_data and the rest of CLMS data store #6
Changes from all commits
4082cab
a55d133
52b1e2a
31ccd70
b124ef1
39d8b37
3b34c3a
70a0456
c075479
49cd69b
4ffa9ab
f8ccbfb
94ff10d
26a6322
f6645f2
7951b2e
e950bb7
5ccede3
24e93d1
2e5f46f
fc938bc
76169d4
d680129
a91bd5c
8aa6014
13febb6
63ba00c
a049218
a6ccac0
3a1c329
efc0c16
d4810bd
e821dd2
6d640f2
5fbd5aa
7926ce4
d064097
50b4c52
faaec47
20e44b4
167baf7
3ea8e7f
0be046b
16ee337
e793038
3abef8e
425780d
db902a3
3e3ce73
5d7125d
dceb47d
7dbdb4b
0d4018d
865ead4
3e1b545
975e498
2176db7
715d1cf
c7c79a8
a88eaf9
70188bd
56fcf42
65a271f
7a36783
d98c712
ef40d9a
1c7888b
4546279
f91ecd1
2e2250a
dd3229a
5b0eda2
a7a612d
b9c9e03
dc622e9
f3efb86
0850fb6
8ebf8f7
7243361
36583c4
78c8943
da3928e
54e2f7f
02f0261
bdb362d
b637c77
cc44bdb
f178dce
b30329c
bb57381
706c6df
27ab2ef
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What do you need this for?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is required by the JWT library to create the grant which is required to get the access token for the CLMS API.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If you import a package in non-test code, add it as a true project dependency.
Do not rely on transitive dependencies.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Currently, I only use
numpy
in the tests, so I have not added it in the project dependency.