Skip to content

Commit

Permalink
Merge pull request #74 from borondics/citation_update
Browse files Browse the repository at this point in the history
Citations update
  • Loading branch information
markotoplak authored Jul 21, 2023
2 parents d7b8ae7 + 6cd2497 commit d29944c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions data/citations.toml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
direct = 51
secondary = 368
direct = 121
secondary = 831
2 changes: 1 addition & 1 deletion scripts/update_citations.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
secondary_cit = sum([paper["num_citations"] for paper in fcit])
print(f'\n{secondary_cit} papers cite the works which use Quasar.')

FN = "data/citations.toml"
FN = "../data/citations.toml"
td = toml.load(FN)

if len(fcit) < int(td["direct"]):
Expand Down

0 comments on commit d29944c

Please sign in to comment.