-
Notifications
You must be signed in to change notification settings - Fork 3k
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
Fit condition has been fixed #320
Merged
Merged
Conversation
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
nmanovic
approved these changes
Feb 14, 2019
nmanovic
added a commit
that referenced
this pull request
Feb 17, 2019
commit 4d30e2c2e5a325a3c0adb36efbaf452d731cc1d7 Merge: 4259f1d 8003a80 Author: Nikita Manovich <[email protected]> Date: Sun Feb 17 11:25:02 2019 +0300 Merge remote-tracking branch 'origin/develop' into restapi commit 4259f1d3f84dd4da0bb797138ef4cfbeb839e349 Author: Nikita Manovich <[email protected]> Date: Sun Feb 17 11:21:39 2019 +0300 Initial version of task create commit 8003a80 Author: Boris Sekachev <[email protected]> Date: Thu Feb 14 14:10:32 2019 +0300 Fit condition has been fixed (#320) commit cc55c30 Author: jrjbertram <[email protected]> Date: Tue Feb 12 15:06:48 2019 -0600 log ffmpeg command line & export interpolation to VOC (#312) commit 6baaeac Author: Nikita Manovich <[email protected]> Date: Tue Feb 12 19:13:01 2019 +0300 Implementation of POST /api/v1/tasks/{id}/data is in progress commit 98bb2f9 Author: Nikita Manovich <[email protected]> Date: Tue Feb 12 18:28:51 2019 +0300 Removed dead code commit f4c2330 Author: Nikita Manovich <[email protected]> Date: Tue Feb 12 12:04:22 2019 +0300 Add funtional tests for REST API /api/v1/users/* commit 70d4de3 Merge: 4b59dec df10fe1 Author: Nikita Manovich <[email protected]> Date: Tue Feb 12 10:24:35 2019 +0300 Merge remote-tracking branch 'origin/develop' into restapi commit 4b59dec Author: Nikita Manovich <[email protected]> Date: Mon Feb 11 19:57:38 2019 +0300 Added API for Server REST API commit ee0a89b Author: Nikita Manovich <[email protected]> Date: Mon Feb 11 19:07:46 2019 +0300 Add tests for Job REST API commit 6b7f69d Author: Nikita Manovich <[email protected]> Date: Sun Feb 10 22:14:37 2019 +0300 Add permissions for REST API. commit dcbbcb7 Author: Nikita Manovich <[email protected]> Date: Thu Feb 7 19:30:59 2019 +0300 Minor changes. commit 450c4c7 Author: Nikita Manovich <[email protected]> Date: Thu Feb 7 18:51:42 2019 +0300 Add list for users, slightly improved server/exception commit 090da2f Author: Nikita Manovich <[email protected]> Date: Wed Feb 6 23:01:21 2019 +0300 Implemented DELETE method for a task. commit 3e87bc3 Author: Nikita Manovich <[email protected]> Date: Wed Feb 6 22:52:13 2019 +0300 Improve update for the task. commit a4054a0 Author: Nikita Manovich <[email protected]> Date: Wed Feb 6 19:27:39 2019 +0300 Fixed a number of problems with PUT/PATCH methods for TaskSerializer commit dff3b51 Author: Nikita Manovich <[email protected]> Date: Wed Feb 6 15:08:47 2019 +0300 Redesigned AttributeSpec model + special migration for text field. commit e132c2b Author: Nikita Manovich <[email protected]> Date: Wed Feb 6 00:31:39 2019 +0300 Added a constrain for clientfile commit 88d4b0b Author: Nikita Manovich <[email protected]> Date: Wed Feb 6 00:22:28 2019 +0300 Fixed problems with renaming of files. commit 711eb2f Author: Nikita Manovich <[email protected]> Date: Tue Feb 5 23:31:28 2019 +0300 Added contastrain for labels (name should be unique) commit c6b8060 Author: Nikita Manovich <[email protected]> Date: Tue Feb 5 22:37:58 2019 +0300 Minor changes inside server. commit a19887e Author: Nikita Manovich <[email protected]> Date: Tue Feb 5 19:15:16 2019 +0300 Minor changes commit d2692da Author: Nikita Manovich <[email protected]> Date: Tue Feb 5 17:50:03 2019 +0300 Improved versioning and dummy implementation for PluginViewSet Replaced URLPathVersioning by Namespace versioning. It fixed a couple of problems with documentation (api/docs). commit 90d0b38 Merge: 828989b b4e6f22 Author: Nikita Manovich <[email protected]> Date: Tue Feb 5 12:24:06 2019 +0300 Merge remote-tracking branch 'origin/develop' into restapi commit 828989b Author: Nikita Manovich <[email protected]> Date: Mon Feb 4 23:14:52 2019 +0300 Fix data action for TaskViewSet. commit 17ce661 Author: Nikita Manovich <[email protected]> Date: Mon Feb 4 19:57:51 2019 +0300 TaskDataSerializer is in progress. commit 51eca12 Author: Nikita Manovich <[email protected]> Date: Mon Feb 4 15:11:48 2019 +0300 Make most of all custom routers were implemented as actions. commit 55effe1 Author: Nikita Manovich <[email protected]> Date: Mon Feb 4 13:15:35 2019 +0300 Implemented documentation for REST API: /api/docs/ commit 2f32ed0 Merge: 6e7ea98 46d2120 Author: Nikita Manovich <[email protected]> Date: Mon Feb 4 11:32:05 2019 +0300 Merge remote-tracking branch 'origin/develop' into restapi commit 6e7ea98 Author: Nikita Manovich <[email protected]> Date: Fri Feb 1 23:45:57 2019 +0300 Used ModelViewSets instead of GeneralViews. commit 4feb191 Author: Nikita Manovich <[email protected]> Date: Fri Feb 1 18:55:55 2019 +0300 Got idea to separate FileUpload and Json part. https://www.trell.se/blog/file-uploads-json-apis-django-rest-framework/ commit 5f27325 Author: Nikita Manovich <[email protected]> Date: Fri Feb 1 14:39:29 2019 +0300 Send POST request from create an annotation task. commit 205186d Author: Nikita Manovich <[email protected]> Date: Thu Jan 31 23:42:37 2019 +0300 Minor fixes. commit 6902545 Author: Nikita Manovich <[email protected]> Date: Thu Jan 31 19:36:37 2019 +0300 Implemented GET tasks/ID/status and POST tasks/ is in progress. commit 2262597 Author: Nikita Manovich <[email protected]> Date: Thu Jan 31 14:33:09 2019 +0300 Improved POST for api/v1/tasks commit 13fada7 Author: Nikita Manovich <[email protected]> Date: Thu Jan 31 11:21:33 2019 +0300 Improved launch file for vscode. Removed --nothreading due to https://code.google.com/p/chromium-os/issues/detail?id=13043 See https://code.visualstudio.com/docs/python/tutorial-django for more details. commit 8ab75d6 Author: Nikita Manovich <[email protected]> Date: Wed Jan 30 23:44:34 2019 +0300 Added remote/client/server files field. commit 20bad7a Author: Nikita Manovich <[email protected]> Date: Wed Jan 30 19:32:49 2019 +0300 Implementation of create/task is in progress. commit 0169ac3 Merge: 09431f3 746cffb Author: Nikita Manovich <[email protected]> Date: Wed Jan 30 16:01:19 2019 +0300 Merge remote-tracking branch 'origin/develop' into restapi commit 09431f3 Author: Nikita Manovich <[email protected]> Date: Mon Jan 28 19:55:54 2019 +0300 Replaced get/job and save/status by new REST API. commit a66073c Author: Nikita Manovich <[email protected]> Date: Mon Jan 28 18:53:28 2019 +0300 Replaced /get/job by /api/v1/jobs/1 commit 6ca3c6f Author: Nikita Manovich <[email protected]> Date: Mon Jan 28 16:25:47 2019 +0300 Replaced get/task/ID by api/v1/tasks/ID commit fdd99ad Author: Nikita Manovich <[email protected]> Date: Fri Jan 25 16:11:26 2019 +0300 Implemented REST_API_PREFIX + 'tasks/<int:pk>/frames/meta' commit 8700940 Author: Nikita Manovich <[email protected]> Date: Fri Jan 25 12:18:30 2019 +0300 Added segment_size field to Task model. commit e6bbe22 Author: Nikita Manovich <[email protected]> Date: Fri Jan 25 10:44:13 2019 +0300 REST API for get/username Replaced by /api/v1/users/self commit e3a049b Author: Nikita Manovich <[email protected]> Date: Fri Jan 25 10:37:40 2019 +0300 REST API for 'get/task/<int:pk>/frame/<int:frame>' Replaced by REST_API_PREFIX + 'tasks/<int:pk>/frames/<int:frame>' commit b1d0867 Author: Nikita Manovich <[email protected]> Date: Thu Jan 24 23:25:35 2019 +0300 Slightly improve serializers. commit 056e4c4 Author: Nikita Manovich <[email protected]> Date: Thu Jan 24 19:26:31 2019 +0300 Continued, added urls, labels and attributes for tasks. commit 0b8c000 Merge: 7b8b9f8 062d145 Author: Nikita Manovich <[email protected]> Date: Thu Jan 24 16:30:34 2019 +0300 Merge remote-tracking branch 'origin/develop' into restapi commit 7b8b9f8 Author: Nikita Manovich <[email protected]> Date: Wed Jan 23 18:43:20 2019 +0300 Added cvat.utils with get_version implementation commit a2dc274 Author: Nikita Manovich <[email protected]> Date: Wed Jan 23 18:31:44 2019 +0300 Implemented more end points for REST API commit 1b97f3c Author: Nikita Manovich <[email protected]> Date: Wed Jan 23 13:07:51 2019 +0300 Implemented a couple of rest methods. users/self users/ users/<int:pk> tasks/<int:pk>/frames/<int:frame> exceptions/ commit 0ca1ef4 Merge: dbe5356 5802b91 Author: Nikita Manovich <[email protected]> Date: Tue Jan 22 12:42:05 2019 +0300 Merge remote-tracking branch 'origin/develop' into restapi commit dbe5356 Merge: 7af7452 45cc8a4 Author: Nikita Manovich <[email protected]> Date: Sat Jan 19 22:20:08 2019 +0300 Merge branch 'restapi' of https://github.com/opencv/cvat into restapi commit 7af7452 Merge: 18b6ffb 4b36f14 Author: Nikita Manovich <[email protected]> Date: Sat Jan 19 21:46:18 2019 +0300 Merge remote-tracking branch 'origin/develop' into restapi commit 45cc8a4 Author: Nikita Manovich <[email protected]> Date: Tue Jan 15 18:46:46 2019 +0300 REST API implementation is in progress. commit 62976e4 Author: Nikita Manovich <[email protected]> Date: Tue Jan 15 13:57:52 2019 +0300 Update REST API. commit 18b6ffb Author: Nikita Manovich <[email protected]> Date: Mon Jan 14 22:26:03 2019 +0300 Improve settings for Django REST API. commit 326fc98 Author: Nikita Manovich <[email protected]> Date: Mon Jan 14 21:55:47 2019 +0300 Added previous for REST API commit 0a89c9b Author: Nikita Manovich <[email protected]> Date: Mon Jan 14 21:43:16 2019 +0300 initial REST API
TOsmanov
pushed a commit
to TOsmanov/cvat
that referenced
this pull request
Aug 23, 2021
* CVAT-3D Milestone-6: Added Supervisely Point Cloud and KITTI Raw 3D formats * Added Cuboid3d annotations * Added docs for new formats Co-authored-by: cdp <cdp123> Co-authored-by: Jayraj <[email protected]> Co-authored-by: Roman Donchenko <[email protected]>
TOsmanov
pushed a commit
to TOsmanov/cvat
that referenced
this pull request
Aug 23, 2021
* Rename 'openvino' plugin to 'openvino_plugin' (cvat-ai#205) Co-authored-by: Jihyeon Yi <[email protected]> * Make remap labels more accurate, allow explicit label deletion, add docs, update tests (cvat-ai#203) * Kate/handling multiple attributes and speed up detection split (cvat-ai#207) * better handling multi-attributes for classification_split * handling multi-attributes better for detection * bugfix in calculating required number of images for splitting 2 correct side effect of the changes for re-id split * allow multiple subsets with arbitrary names * rename _is_number to _is_float and improve it * Fix voc to coco example (cvat-ai#209) * Fix export filtering * update example in readme * Fix export filename for LabelMe format (cvat-ai#200) * change export filename for LabelMe format * Allow simple merge for datasets with no labels * Add a more complex test on relative paths * Support escaping in attributes * update changelog Co-authored-by: Maxim Zhiltsov <[email protected]> * split unlabeled data into subsets for task-specific splitters (cvat-ai#211) * split unlabeled data into subsets for classification, detection. for re-id, 'not-supported' subsets for this data * Fix image ext on saving in cvat format (cvat-ai#214) * fix image saving in cvat format * update changelog * Label "face" for bounding boxes in Wider Face (cvat-ai#215) * add face label * update changelog * Adding "difficult", "truncated", "occluded" attributes when converting to Pascal VOC if they are not present (cvat-ai#216) * remove check for 'difficult' attribute * remove check for 'truncated' and 'occluded' attributes * update changelog * Ignore empty lines in YOLO annotations (cvat-ai#221) * Ignore empty lines in yolo annotations * Add type hints for image class, catch image opening errors in image.size * update changelog * Classification task in LFW dataset format (cvat-ai#222) * add classification * update changelog * update documentation * Add splitter for segmentation task (cvat-ai#223) * added segmentation_split * updated changelog * rename reidentification to reid * Support for CIFAR-10/100 format (cvat-ai#225) * add CIFAR dataset format * add CIFAR to documentation * update Changelog * add validation item for instance segmentation (cvat-ai#227) * add validation item for instance segmentation * Add panoptic and stuff COCO format (cvat-ai#210) * add coco stuff and panoptic formats * update CHANGELOG Co-authored-by: Maxim Zhiltsov <[email protected]> * update detection splitter algorithm from # of samples to # of instances (cvat-ai#235) * add documentation for validator (cvat-ai#233) * add documentation for validator * add validation item description (cvat-ai#237) * Fix converter for Pascal VOC format (cvat-ai#239) * User documentation for Pascal VOC format (cvat-ai#228) * add user documentation for Pascal VOC format * add integration tests * update changelog * Support for MNIST dataset format (cvat-ai#234) * add mnist format * add mnist csv format * add mnist to documentation * make formats docs folder, create COCO format documentation (cvat-ai#241) * Make formats docs folder, move format docs * Create COCO format documentation * Fixes in CIFAR dataset format (cvat-ai#243) * Add folder creation * Update changelog * Add user documentation file and integration tests for YOLO format (cvat-ai#246) * add user documentation file for yolo * add integraion tests * update user manual * update changelog * Add Cityscapes format (cvat-ai#249) * add cityscapes format * add format docs * update changelog * Fix saving attribute in WiderFace extractor (cvat-ai#251) * add fixes * update changelog * Fix spelling errors (cvat-ai#252) * Configurable Threshold CLI support (cvat-ai#250) * add validator cli * add configurable validator threshold * update changelog * CI. Move to GitHub actions. (cvat-ai#263) * Moving to GitHub Actions * Sending a coverage report if python3.6 (cvat-ai#264) * Rename workflows (cvat-ai#265) * Rename workflows * Update repo config and badge (cvat-ai#266) * Update PR template * Update build status badge * Fix deprecation warnings (cvat-ai#270) * Update RISE docs (cvat-ai#255) * Update rise docs * Update cli help * Pytest related changes (cvat-ai#248) * Tests moved to pytest. Updated CI. Updated requirements. * Updated contribution guide * Added annotations for tests * Updated tests * Added code style guide * Fix CI (cvat-ai#272) * Fix script call * change script call to binary call * Fix help program name, add mark_bug (cvat-ai#275) * Fix prog name * Add mark_bug test annotation * Fix labelmap parameter in CamVid (cvat-ai#262) * Fix labelmap parameter in camvid * Release 0.1.9 (dev) (cvat-ai#276) * Update version * Update changelog * Fix numpy conflict (cvat-ai#278) * Add changelog stub (cvat-ai#279) * tests/requirements.py: remove the test_wrapper functions (cvat-ai#285) * Subformat importers for VOC and COCO (cvat-ai#281) * Document find_sources * Add VOC subformat importers * Add coco subformat importers * Fix LFW * Reduce voc detect dataset cases * Reorganize coco tests, add subformat tests * Fix default subset handling in Dataset * Fix getting subset * Fix coco tests * Fix voc tests * Update changelog * Add image zip format (cvat-ai#273) * add tests * add image_zip format * update changelog Co-authored-by: Maxim Zhiltsov <[email protected]> * Add KITTI detection and segmentation formats (cvat-ai#282) * Add KITTI detection and segmentation formats * Remove unused import * Add KITTI user manual Co-authored-by: Maxim Zhiltsov <[email protected]> * Fix loading file and image processing in CIFAR (cvat-ai#284) * Fix image layout and encoding problems * Update Changelog Co-authored-by: Maxim Zhiltsov <[email protected]> * CLI tests for convert command for VOC dataset (cvat-ai#286) * Add tests for convert command * Convert most enum definitions from the functional style to the class style (cvat-ai#290) * yolo format documentation update (cvat-ai#295) * add info about coordinates in yolo format doc * Fix merged dataset item filtering (cvat-ai#258) * Add tests * Fix xpathfilter transform * Update changelog * Sms/pytest marking cityscapes and zip (cvat-ai#298) * Updated pytest marking for cityscapes and imagezip. * Introduce Validator plugin type (cvat-ai#299) * Introduce Validator plugin type * Fix validator definitions (cvat-ai#303) * update changelog * Fixes in validator definitions * Update validator cli * Make TF availability check optional (cvat-ai#305) * Make tf availability check optional * update changelog * Update pylint (cvat-ai#304) * Add import order check in pylint * Fix some linter problems * Remove warning suppression comments * Add lazy loading for builtin plugins (cvat-ai#306) * Refactor env code * Load builtin plugins lazily * update changelog * Update transforms handling in Dataset (cvat-ai#297) * Update builtin transforms * Optimize dataset length computation when no source * Add filter test * Fix transforms affecting categories * Optimize categories transforms * Update filters * fix imports * Avoid using default docstrings in plugins * Fix patch saving in VOC, add keep_empty export parameter * Fix flush_changes * Fix removed images and subsets in dataset patch * Update changelog * Update voc doc * Skip item transform base class in plugins * Readable COCO and datumaro format for CJK (cvat-ai#307) * Do not force ASCII in COCO and Datumaro JSONs for readable CJK * Add tests * Use utf-8 encoding for writing Co-authored-by: Maxim Zhiltsov <[email protected]> * Force utf-8 everywhere (cvat-ai#309) * Fix in ImageNet_txt (cvat-ai#302) * Add extensions for images to annotation file * Remove image search in extractor * Update changelog Co-authored-by: Maxim Zhiltsov <[email protected]> * Reduce duplication of dependency information (cvat-ai#308) * Move requirements from setup.py to requirements-base.txt * Add whitespace error checking to GitHub Actions (cvat-ai#311) * Fix whitespace errors As detected with `git diff --check`. * Add a job to check for whitespace errors I called it "lint" so that other checks could be added to it later. * Bump copyright years in changed files * Add initial support for the Open Images dataset (cvat-ai#291) * Support reading or Labels in Open Images (v4, v5, v6) * Add tests for the Open Images extractor/importer * Add Open Images documentation * Update changelog * Fix tensorboardX dependency (cvat-ai#318) * Fixing remark-lint issues. Adding remark-linter check. (cvat-ai#321) * Fix remark-lint issues. * Align continuation lines with the first line. Apply comments * Added remark check * Add an upper bound on the Pillow dependency to work around a regression in 8.3 (cvat-ai#323) * open_images_user_manual.md: fix image description file URLs I accidentally swapped the URLs for test and validation sets. * Fix COCO Panoptic (cvat-ai#319) * add test * Fix integer overflow in bgr2index * Fix pylint issues. Added pylint checking. (cvat-ai#322) * Added pylint job for CI * Rework pip install * Fixed remaining pylint warnings Co-authored-by: Andrey Zhavoronkov <[email protected]> * Open Images: add writing support (cvat-ai#315) * open_images_user_manual.md: fix image description file URLs * open_images_format: add conversion support * open_images_format: add support for images in subdirectories * open_images_format: add tests for writing support * open_images_format: add documentation for the writing support * Update the changelog entry for the Open Images support * Add python bandit checks. (cvat-ai#316) * Add bandit dependency * Add bandit checks on CI * Disable some warnings Co-authored-by: Andrey Zhavoronkov <[email protected]> Co-authored-by: Maxim Zhiltsov <[email protected]> * Remove Pylint unused-import warning suppressions (cvat-ai#326) * Remove Pylint unused-import warning suppressions * Add a job to check import formatting using isort (cvat-ai#333) * Reformat all imports using isort * Implement a workflow for checking import formatting based on isort * Reformat the enabled checker list in .pylintrc (cvat-ai#335) Put each code on its own line and add a comment with its symbolic name. That makes the list more understandable and easier to edit. * Merge all linting jobs into one workflow file (cvat-ai#331) Doing it this way means that on GitHub's Checks page, all jobs are displayed under one "Linter" category, instead of multiple indistinguishable "Linter" categories with one job each. Move the whitespace checking job into the Linter workflow as well, since that's where it logically belongs. I also took the opportunity to slightly rename the jobs in order to spell the linter names correctly. * Fix cuboids / 3d / M6 (cvat-ai#320) * CVAT-3D Milestone-6: Added Supervisely Point Cloud and KITTI Raw 3D formats * Added Cuboid3d annotations * Added docs for new formats Co-authored-by: cdp <cdp123> Co-authored-by: Jayraj <[email protected]> Co-authored-by: Roman Donchenko <[email protected]> * Clean up .pylintrc (cvat-ai#340) * Clean up the list of messages in .pylintrc * Remove obsolete Pylint options * .pylintrc: move the disable setting and its documentation together * Remove the commented-out setting. * Revert "Add an upper bound on the Pillow dependency to work around a regression in 8.3 (cvat-ai#323)" (cvat-ai#341) The regression was fixed in 8.3.1. This reverts commit 9a85616. * Enable pylint checkers that find invalid escape sequences (cvat-ai#344) Fix the issues that they found. * Factor out the images.meta loading code from YoloExtractor (cvat-ai#343) * Factor out the images.meta loading code from YoloExtractor It looks like the same thing will be needed for Open Images, so I'm moving it to a common module. * Rework image.meta parsing code to use shell syntax This allows comments and improves extensibility. * Support for CIFAR-100 (cvat-ai#301) * Add support for CIFAR-100 * Update Changelog * Update user_manual.md * Add notes about differences in formats * Fix importing for VGG Face 2 (cvat-ai#345) * correct asset according the original vgg_face2 dataset * fix importing of the original dataset Co-authored-by: Maxim Zhiltsov <[email protected]> * Dataset caching fixes (cvat-ai#351) * Fix importing arbitrary file names in COCO subformats * Optimize subset iteration in a simple scenario * Fix subset iteration in dataset with transforms * Cuboid 3D for Datumaro format (cvat-ai#349) * Support cuboid_3d and point cloud in datumaro format * Add cuboid_3d and point cloud tests in datumaro format * Add image size type conversions Co-authored-by: Maxim Zhiltsov <[email protected]> * Add e2e tests for cuboids (cvat-ai#353) * Add attr name check in kitti raw * Add sly pcd e2e test * Rename "object" attribute to "track_id" in sly point cloud * Add kitti raw e2e test * Update kitti raw example * update changelog * Release 0.1.10 (dev) (cvat-ai#354) * Update changelog * Add cifar security notice * Update version Co-authored-by: Emily Chun <[email protected]> Co-authored-by: Jihyeon Yi <[email protected]> Co-authored-by: Kirill Sizov <[email protected]> Co-authored-by: Anastasia Yasakova <[email protected]> Co-authored-by: Harim Kang <[email protected]> Co-authored-by: Zoya Maslova <[email protected]> Co-authored-by: Roman Donchenko <[email protected]> Co-authored-by: Seungyoon Woo <[email protected]> Co-authored-by: Dmitry Kruchinin <[email protected]> Co-authored-by: Slawomir Strehlke <[email protected]> Co-authored-by: Jaesun Park <[email protected]> Co-authored-by: Andrey Zhavoronkov <[email protected]> Co-authored-by: Jayraj <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
No description provided.