Prajwal-Prathiksh / Museum-Path-Optimization

Contains code meant to optimize the route for a tourist visiting the Louvre Museum, such that the satisfaction level is maximised by visiting all/select exhibits in a single working day.
MIT License
10 stars 8 forks source link

Revert "Input fixes and Sym data files" #25

Closed Prajwal-Prathiksh closed 3 years ago

Prajwal-Prathiksh commented 3 years ago

Reverts Prajwal-Prathiksh/Museum-Path-Optimization#24

@auvapr you will need to debug this. There is a fatal error with this PR! Error Message

> git pull --tags origin collab
From https://github.com/Prajwal-Prathiksh/Museum-Path-Optimization
 * branch            collab     -> FETCH_HEAD
error: invalid path 'code/data_input/params/ChooseTC_Asym_NPZ '
error: invalid path 'code/data_input/params/ChooseTC
> git log --oneline --cherry collab...collab@{upstream} --
> git pull --tags origin collab
From https://github.com/Prajwal-Prathiksh/Museum-Path-Optimization
 * branch            collab     -> FETCH_HEAD
error: invalid path 'code/data_input/params/ChooseTC_Asym_NPZ '
error: invalid path 'code/data_input/params/ChooseTC_Asym_XML '
> git status -z -u
> git symbolic-ref --short HEAD
> git for-each-ref --format=%(refname)%00%(upstream:short)%00%(upstream:track)%00%(objectname) refs/heads/collab refs/remotes/collab
> git for-each-ref --sort -committerdate --format %(refname) %(objectname) %(*objectname)
> git remote --verbose
> git config --get commit.template

Trying to do a fresh clone leads to the following error:

$ git clone --branch collab https://github.com/Prajwal-Prathiksh/Museum-Path-Optimization.git
Cloning into 'Museum-Path-Optimization'...
remote: Enumerating objects: 464, done.
remote: Counting objects: 100% (464/464), done.
remote: Compressing objects: 100% (317/317), done.
remote: Total 464 (delta 252), reused 320 (delta 127), pack-reused 0
Receiving objects: 100% (464/464), 12.16 MiB | 3.65 MiB/s, done.
Resolving deltas: 100% (252/252), done.
error: invalid path 'code/data_input/params/ChooseTC_Asym_NPZ '
fatal: unable to checkout working tree
warning: Clone succeeded, but checkout failed.
You can inspect what was checked out with 'git status'
and retry with 'git restore --source=HEAD :/'
$ git status
fatal: not a git repository (or any of the parent directories): .git