Skip to content
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

Add atlas default config #188

Merged
merged 4 commits into from
Dec 5, 2020
Merged

Conversation

EdwardMoyse
Copy link
Collaborator

This tries to make the default for ATLAS a bit more useful.

I disabled some jet collections (to stop them overlapping and looking weird) and also some duplicate track collections. I recoloured the Pixel and SCT hits to make them standout a bit more.

As discussed in bug#187 (thanks @9inpachi!) I had to make ngOnInit async and await geometry loading.

@@ -13,7 +13,8 @@
"dist"
],
"scripts": {
"prepublishOnly": "ng build phoenix-ui-components --prod"
"prepublishOnly": "node --eval \"console.error('ERROR: Trying to publish a package that has been compiled by NGCC. This is not allowed.\\nPlease delete and rebuild the package, without compiling with NGCC, before attempting to publish.\\nNote that NGCC may have been run by importing this package into another project that is being built with Ivy enabled.\\n')\" && exit 1",
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

All cool apart from this. :)

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I meant that you need to discard this file completely (like in the previous PR #186) and not have these changes. For making use of lerna, we have to use this package.json for publishing but NGCC blocks that so this file should not be changed at all.

@EdwardMoyse EdwardMoyse force-pushed the add-atlas-default-config branch from 673be12 to 298c075 Compare December 5, 2020 07:06
@EdwardMoyse
Copy link
Collaborator Author

I think this works now.

@@ -13,7 +13,8 @@
"dist"
],
"scripts": {
"prepublishOnly": "ng build phoenix-ui-components --prod"
"prepublishOnly": "node --eval \"console.error('ERROR: Trying to publish a package that has been compiled by NGCC. This is not allowed.\\nPlease delete and rebuild the package, without compiling with NGCC, before attempting to publish.\\nNote that NGCC may have been run by importing this package into another project that is being built with Ivy enabled.\\n')\" && exit 1",
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I meant that you need to discard this file completely (like in the previous PR #186) and not have these changes. For making use of lerna, we have to use this package.json for publishing but NGCC blocks that so this file should not be changed at all.

@9inpachi
Copy link
Collaborator

9inpachi commented Dec 5, 2020

Merging this now and will push with the changes because I have to fix the broken CI as well.

@9inpachi 9inpachi merged commit d14669d into HSF:master Dec 5, 2020
9inpachi added a commit that referenced this pull request Jul 28, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants