Skip to content

Commit

Permalink
Merge pull request #14 from MartinBernstorff/mb/unfortunate-whale
Browse files Browse the repository at this point in the history
feat: lowercase cache
  • Loading branch information
MartinBernstorff authored Oct 26, 2023
2 parents f83cb16 + 73fcab8 commit bab3d8b
Show file tree
Hide file tree
Showing 12 changed files with 10 additions and 139 deletions.
18 changes: 9 additions & 9 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,20 +7,20 @@
"context": "..",
// Update the 'dockerFile' property if you aren't using the standard 'Dockerfile' filename.
"dockerfile": "../Dockerfile",
"cacheFrom": "ghcr.io/martinbernstorff/FunctionalSequentialPython:latest"
"cacheFrom": "ghcr.io/martinbernstorff/functionalsequentialpython:latest"
},
// "features": {},
"customizations": {
"vscode": {
"extensions": [
"GitHub.copilot",
"charliermarsh.ruff",
"ms-python.python",
"ms-python.vscode-pylance",
"ms-python.black-formatter",
"GitHub.vscode-pull-request-github",
"ms-vscode.makefile-tools"
]
"GitHub.copilot",
"charliermarsh.ruff",
"ms-python.python",
"ms-python.vscode-pylance",
"ms-python.black-formatter",
"GitHub.vscode-pull-request-github",
"ms-vscode.makefile-tools"
]
}
},
"features": {
Expand Down
94 changes: 0 additions & 94 deletions FunctionalPython.egg-info/PKG-INFO

This file was deleted.

34 changes: 0 additions & 34 deletions FunctionalPython.egg-info/SOURCES.txt

This file was deleted.

1 change: 0 additions & 1 deletion FunctionalPython.egg-info/dependency_links.txt

This file was deleted.

1 change: 0 additions & 1 deletion FunctionalPython.egg-info/top_level.txt

This file was deleted.

File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import datetime as dt

import polars as pl

from FunctionalSequentialPython.benchmark.query_1.input_data import Q1_DATA
from FunctionalSequentialPython.benchmark.utils import benchmark_method

Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit bab3d8b

Please sign in to comment.