-
Notifications
You must be signed in to change notification settings - Fork 30
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
Windows compatibility #417
Open
aristizabal95
wants to merge
69
commits into
mlcommons:main
Choose a base branch
from
aristizabal95:windows-support
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
69 commits
Select commit
Hold shift + click to select a range
3e27b3d
Use wexpect for windows
aristizabal95 1387fc3
Specify specific click version
aristizabal95 52a413d
Fix typer incompatibility error
aristizabal95 9c71384
Handle process text being outputted as text
aristizabal95 b2e6c11
fix merge
aristizabal95 01b5795
Update requirements for windows py3
aristizabal95 28f7e7f
Add Data Preparator cookiecutter template
aristizabal95 6f9e19e
Rename cookiecutter folder
aristizabal95 df6e6a2
Temporarily remove possibly offending files
aristizabal95 a7db0cf
Remove cookicutter conditionals
aristizabal95 a7a6d15
Inclube back missing pieces of template
aristizabal95 e2f7108
remove cookiecutter typo
aristizabal95 581b5bb
Use project_name attribute
aristizabal95 fd77804
Change cookiecutter fields order
aristizabal95 6eebd59
Create empty directories on hook
aristizabal95 5ef86a2
Fix empty folders paths
aristizabal95 d04baf8
Create evaluator mlcube cookiecutter template
aristizabal95 02cec01
Fix JSON Syntax Error
aristizabal95 b3d7a1d
Update template default values
aristizabal95 7338236
Remove reference to undefined template variable
aristizabal95 d1cec5e
Implement model mlcube cookiecutter template
aristizabal95 7338755
Update cookiecutter variable default values
aristizabal95 3ae9226
Create medperf CLI command for creating MLCubes
aristizabal95 e07cde2
Provide additional options for mlcube create
aristizabal95 68e136a
Start working on tests
aristizabal95 b8e03ac
Add tests for cube create
aristizabal95 7896b25
Ignore invalid syntax on cookiecutter conditionals
aristizabal95 4f78981
Ignore more flake8 errors
aristizabal95 f5dab5e
Remove unused import
aristizabal95 a03d7f6
Empty commit for cloudbuild
aristizabal95 6bb60d0
Fix inconsistency with labels paths
aristizabal95 43b6cab
Update mlcube.yaml so it can be commented on docs
aristizabal95 55b5d22
Don't render noqa comments on template
aristizabal95 135c598
Remove flake8 specific ignores
aristizabal95 e9e2c32
Exclude templates from lint checks
aristizabal95 e95dab8
Remove specific flake8 ignores
aristizabal95 d059b7a
Fix labels_paht being passed in he wrong situation
aristizabal95 fcdaa7b
Add requirements to cookiecutters
aristizabal95 37f3f3c
Set separate labels as true by default
aristizabal95 b45fdb9
Merge branch 'main' of https://github.com/mlcommons/medperf
aristizabal95 fbf02b4
Merge branch 'main' of https://github.com/mlcommons/medperf
aristizabal95 7a33c23
Remove duplicate templates
aristizabal95 e9a1190
Merge branch 'main' of https://github.com/mlcommons/medperf
aristizabal95 f2ff354
Merge branch 'main' of https://github.com/mlcommons/medperf
aristizabal95 fae57fb
Update requirements
aristizabal95 1e022c7
Enforce UTF8 file encoding
aristizabal95 6739bb5
Fix wexpect side effects
aristizabal95 7671a74
Merge branch 'windows-support' of https://github.com/aristizabal95/me…
aristizabal95 bc8939b
Undo merge changes
aristizabal95 f3522a5
Merge branch 'main' of https://github.com/mlcommons/medperf into wind…
aristizabal95 38255e8
Update setup_logging
aristizabal95 7683ad7
Use current implementation of test_cubes
aristizabal95 7060d09
Remove pexpect reference
aristizabal95 f368555
Remove additional pexpect references
aristizabal95 984e864
Replace pexpect.spawn to spawn
aristizabal95 bc39d05
Add timeout to configure test
aristizabal95 a682021
Merge branch 'main' of https://github.com/mlcommons/medperf
aristizabal95 b27fde5
Merge branch 'main' of https://github.com/aristizabal95/medperf-2 int…
aristizabal95 4ea49dd
import pexpect package
aristizabal95 5ec824e
Formatting changes
aristizabal95 cc18fb3
Merge branch 'main' into windows-support
aristizabal95 586609f
Merge branch 'main' into windows-support
hasan7n 09afd50
Update cli/medperf/entities/cube.py
aristizabal95 8aa66ea
Add configuration validation step
aristizabal95 0f23c9c
Merge remote-tracking branch 'upstream/main' into windows
hasan7n 0ee1e64
add missing import
hasan7n f95f591
add a space before ;
hasan7n 9e826d1
remove redundant import
hasan7n d4095fe
fix linter issues
hasan7n File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
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.
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.
do we need this for windows?
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.
here I meant to refer to
pexpect